kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
3.06k stars 237 forks source link

Choosing the layer of a line #1147

Closed Nickduino closed 1 month ago

Nickduino commented 1 month ago

image vs image

I mean it's not the end of the world but I'd like the CO₂ state to be the first (ligned left) and the CO₂ line to always be on top. Is there a way to do it? I tried with align_state: center but it aligns the whole section, not individual states.

ildar170975 commented 1 month ago

Z -index depends on an order of entities. You may re-define z-index for a particular graph by card-mod. Ask in the main mini-graph-card thread in Community. https://community.home-assistant.io/t/lovelace-mini-graph-card/71385