How to set automatic range for the y axis? #549
henriknordgren
started this conversation in
General
Replies: 2 comments 5 replies
-
Post the full yaml (make sure to use code blocks) |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it is because of I suggest you use
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table that show energy consumption in kWh on the y axis. I have set
hours_to_show: 25h
time_offset: 0h
xaxis;
range:
- '2025-03-18 23:30:00'
- '2025-03-19 23:59:00'
Within this interval we have (yet) very little sun, yet the chart look like this:
Why does plotly determine that it should draw the y axis to -8 kWh? We had this production yesterday, but that should not be included, right?
Y axis is set to:
yaxis:
title: Energy (kWh)
tickformat: .1f
Beta Was this translation helpful? Give feedback.
All reactions