Display second axis that is simply a mirror of the first one #10425
Unanswered
whschopke98
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not sure if this would help, https://youtu.be/iI5xYreE5_4. But in Chart.js 3 you can pinpoint the x2 and y2 scale without much additional code. |
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.
-
I'd like to know if there is a smart way to display a second x or y-axis that is just a mirror of the main one.
The objective is to make it easier for the reader when looking at data that is far from the main axis. This way they can simply refer to the second mirrored one.
The way I have implemented this now is by creating a second axis and just copying the configurations from the main one, but this looks like a rather dumb solution. There must be an elegant way to just make it a mirror.
Here is a link to what I have: QuickChart
I'll also leave it down here:
Beta Was this translation helpful? Give feedback.
All reactions