You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the card to the latest version available
I cleared the cache of my browser
I verified that I'm really running the lastest version in my browser console
I checked if there is another issue opened with the same problem
Describe the bug
I have multiple sensors displayed as stacked columns.
For example the sum of one columns is 30kWh and the bottom column is 15kWh.
the max value of the y-axis is then only at around 15kWh and the rest above is cut off.
I was looking for solutions for the same problem, with stacked columns if I do not set max value for the y-axis the axis is cut off at the biggest value of the series, not showing the stacked (combined) value.
I also noticed that a chart with column and line series renders in an unexpected way. Max value here is 15 but without max value set for y-axis, the chart shows until 40 which leaves a lot of empty space:
Then if I set max: auto (or max: ~0) I get:
...i.e. seemingly it is taking max from the first series and thus cutting the line series for values above 6. These might be two sides of the same issue with (min/)max?
Checklist
Describe the bug
I have multiple sensors displayed as stacked columns.
For example the sum of one columns is 30kWh and the bottom column is 15kWh.
the max value of the y-axis is then only at around 15kWh and the rest above is cut off.
Version of the card
Version: 2.1.2
To Reproduce
This is the configuration I used:
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior
I expected the max value of the y-axis to be calculated from the sum of all columns
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: