ildar170975

Results 697 comments of ildar170975

Please take this into account: https://github.com/kalkih/mini-graph-card/issues/708

> you could make clicking items in the legend toggle those items like the default history card does. Vote for this! Currently tapping on the legend item shows "more-info" popup...

Another case is to select `hours_to_show` dynamically. Currently I have to use `config-template-card` for this.

Also for color_thresholds: https://github.com/kalkih/mini-graph-card/issues/834 ``` color_thresholds: - value: "{{ ((states.sensor.hallway_temperature.state) | float +0) }}" color: '#0066ff' - value: "{{ ((states.sensor.hallway_temperature.state) | float +3) }}" color: '#d35400' ```

> Also the ability to hide -1 List of "bad values" may be endless. These values are supposed to be filtered on a template sensor's level first.

Reopened due to this request - https://github.com/kalkih/mini-graph-card/issues/800

The issue is closed automatically as "stale". No sense to comment here. If you need this functionality - then you should have monitored it and prevent it closing. I may...

> to list the current value next to the label on the graph Do you mean smth like this? ![image](https://user-images.githubusercontent.com/71872483/150044550-4e4ea76a-08d6-4aa9-a569-cdc9832fdf81.png) https://community.home-assistant.io/t/lovelace-mini-graph-card/71385/1957?u=ildar_gabdullin

Displaying states near the legend breaks the card integrity: 1. You cannot show the "main" state's values on the top of the card because it'll duplicate already displaying states. 2....