[V3] 2 y axis for one data #10395
Unanswered
JeremieBergeron
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.
-
Here is my chart criteria:
I would like to have 2 y axis for the same data.
Y left axis: "Dollars"
Y right axis: "Percentage"
The 100% percentage will be a value that is not in my datasets.
In this example, 10 would be my 100% value s (in reality, 10 would be a variable)
I want my dollars and percentage axis to beginAtZero and it could finish at any number (even number more than 100%).
I want my percentage axis to do stepSize of 10
I would like to have a horizontal line at 70%. It is basically this answer.
Could someone please help me to construct a chart that would respect these criteria?
Here is what I currently have: Quickchart
I have also try that, but I am not able to not display the bar from the right-y-axis
Beta Was this translation helpful? Give feedback.
All reactions