tdvtdv / ha-tdv-bar

A Home Assistant lovelace card to display bar chart oriented to display power sensors
51 stars 1 forks source link

Request: Track All Option #6

Closed melvanderwal closed 3 months ago

melvanderwal commented 4 months ago

Hi there. I really like this card, it's fantastic for looking at my different solar PV panel arrays.

A suggestion: it would be nice to have a trackall binary option. The behaviour would be that if it is set to 1, hovering the mouse over any graph would update the bars for all graphs in the card for that point in time. If it is set to 0, hovering the mouse over a graph would update the bar for only that graph (i.e. the current behaviour).

The benefit would be that you can instantly compare what is happening for all sensors at a given point in time, rather than needing to hover over each one individually and find the same point in time for each.

Thanks for the nice card and for your consideration!

tdvtdv commented 3 months ago

Added a new mouse tracking mode that draws a bar chart for all entities

melvanderwal commented 3 months ago

@tdvtdv - thank you so much, this is perfect. Adding it as an option to trackingmode is very nice, elegant implementation.