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

[FR] Reducing the dead space between the header and state (and between the state and graph) #1153

Open
Nickduino opened this issue Sep 30, 2024 · 0 comments

Comments

@Nickduino
Copy link

Here is a side-by-side of HA's default graph: line and the mini-graph-card with a grid size of 2*2. For the mini-graph-card, I matched the state size to the graph: line and reduced the height of the graph until it matched the total height of the graph: line:

image

I love the ability to use dynamic colors and multiple entities of your card but you can see the graph doesn't show nearly as much information (It's the same data but the scale "hides" information) in my use case.

I counted the pixels and your dead space is about double the one from graph: line:

image

I checked the space between the header and the state for HA's default graph: line on different card sizes, it's always 15 pixels. As for the space between the state and the graph, it will sometimes overlay the line on top of the state (which I find ok):

image

Could you consider reducing the dead space? 15 pixels between the header and the state seems very reasonable (i.e. aesthetically pleasing and offering a good information density).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant