kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
2.85k stars 231 forks source link

Using same tile with 2 graphs but different max/min #1053

Closed ghiki closed 5 months ago

ghiki commented 5 months ago

Is it possible, in the same tile, get the info from two sensors using the sensor's recorded max/min as top high/low for the graph?

I mean, now I have this:

imagen

And I want something like these two graphs:

imagen

One over another.

I think this worked on the past, but now, it makes combined graph like in the 1st, with lack of detail

ghiki commented 5 months ago

I think this is related with https://github.com/kalkih/mini-graph-card/discussions/1049

ildar170975 commented 5 months ago
  1. This is a "card", not a "tile". To avoid confusing with a standard Tile card.
  2. The https://github.com/kalkih/mini-graph-card/discussions/1049 is about defining different bounds (lower_bound, upper_bound) per-entity - which is meaningless since these options are defined per-Y-axis.
  3. The 1st card is wrongly contains two sensors with different UoMs on the same Y-axis. In this part it is same user mistake as in https://github.com/kalkih/mini-graph-card/discussions/1049.

Consider closing the issue if resolved.

ildar170975 commented 5 months ago

Explanations provided, closed.