Replies: 1 comment 1 reply
-
You can set the min and max of all charts to the same to harmonize. yaxis: {
min: 0,
max: 50
} |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I am retrieving data from OpenWeatherMap Api (forecast 5 days) and I create a curve for each day of the serie.
Then, the range of each serie (on the Y axis) seems determined by the actual data in the related serie and then they are uneven.
Can I force the range for the Y axis to be the same for the 6 curves?
For example, the end of curve one (21°C) is at the same level that the start of curve two (18°C), taht hurts a bit.... the same for curves 5 & 6.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions