Is it possible to change the order of the yaxes in the chart? #2752
Unanswered
niklashaug
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I just want to inverse the order of the yaxes being displayed on the left (opposite = false). I already tried to reverse my yaxes array the way I want it to be but then order of the legend changes too as I have to update the series indexes too.
To make it clear: I have one yaxis for every series. The yaxes on the left side (opposite = false) get added from right to left but I want to have it added from left to right instead.
Can I just inverse or change the order of the yaxes in any way without also having to change the order of the series?
Beta Was this translation helpful? Give feedback.
All reactions