Plotting multiple series (more than 3) that share x-axis, but have different y-axis scales. #3058
Unanswered
SphericalSilver
asked this question in
Q&A
Replies: 0 comments
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.
-
The only examples we can find for doing this have been supporting only 2 series at maximum: https://apexcharts.com/docs/chart-types/multiple-yaxis-scales/
https://i.gyazo.com/ca1becbd48e6bc778432df073b1354dd.png
Our series may have values like:
We need to present these values in a way that "normalizes" the scale (so the 2nd series with values like 0.4 don't get drowned out by the higher values).
We've went through the documentation, and still don't see any way to support this for 3 or more series!
Beta Was this translation helpful? Give feedback.
All reactions