-
Hi All :) I have two sensors I am plotting for my car. One is the battery level in % and the other is charge rate in kW. How do I tell the graph to lock the Y axis for the battery level to 0-100 and the charge rate as 0-80? I have tried with the layout but it only seems to affect the first sensor. If I move the layout into the individual entity nothing happens.
|
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
Nov 23, 2024
Replies: 1 comment 3 replies
-
Hi there! layout:
yaxis:
range: [0, 100]
yaxis2:
range: [0, 80] more here: https://plotly.com/javascript/axes/#setting-the-range-of-axes-manually |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
smartroad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
more here: https://plotly.com/javascript/axes/#setting-the-range-of-axes-manually