line-chart: how to have the min value at the top? #680
Unanswered
stephanegrenier
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Oh, that part is not developed at all. It is natural to look wrong. |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Hi,
I want to use the line-chart but in the reverse order.
I want to have the min value at the top of the view and the max value at the bottom
I tried to something like this but it doesn't work
yAxis: { title: 'Ranking', scale: { min: 20, max: 1, stepSize: -1 } },I want to have 1 at the top and 20 at the bottom to display a ranking line
Thanks
Beta Was this translation helpful? Give feedback.
All reactions