Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A weird padding when "fill: false" #1109

Open
ildar170975 opened this issue Jun 11, 2024 · 2 comments
Open

A weird padding when "fill: false" #1109

ildar170975 opened this issue Jun 11, 2024 · 2 comments
Labels
enhancement Something that can be improved

Comments

@ildar170975
Copy link
Collaborator

Compare these cards:

  1. fill: true:
type: custom:mini-graph-card
entities:
  - entity: sensor.xiaomi_cg_1_temperature
show:
  fill: true

изображение

  1. fill: false:
type: custom:mini-graph-card
entities:
  - entity: sensor.xiaomi_cg_1_temperature
show:
  fill: false

изображение

  1. show_fill: true:
type: custom:mini-graph-card
entities:
  - entity: sensor.xiaomi_cg_1_temperature
    show_fill: true

изображение

  1. show_fill: false:
type: custom:mini-graph-card
entities:
  - entity: sensor.xiaomi_cg_1_temperature
    show_fill: false

изображение

There is a weird padding when fill: false.

@ildar170975 ildar170975 added the enhancement Something that can be improved label Jun 11, 2024
@StevenBay
Copy link

StevenBay commented Jul 3, 2024

I can add that as soon as fill: (i doesn't need to be specified) exists under show: the legend moves:
fill: false and fill:
2024-07-03_145351-Overview – Home Assistant - Vivaldi
fill: true
2024-07-03_145514-Overview – Home Assistant - Vivaldi

@ildar170975
Copy link
Collaborator Author

the legend moves:

I would say that this needs a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something that can be improved
Projects
None yet
Development

No branches or pull requests

2 participants