Hi there,
I am trying to make the direction of the values for the Y axis to go from 1 to 15, 1 at the top and 15 at the bottom.
1
2
3
4
5
instead of
5
4
3
2
1
If use
valueAxis: {
reverse:true,
max:15,
min:1,
},
both X and Y axis get reversed. How can I keep the X axis without a change and only change Y?
Thank you
Claudia
I am trying to make the direction of the values for the Y axis to go from 1 to 15, 1 at the top and 15 at the bottom.
1
2
3
4
5
instead of
5
4
3
2
1
If use
valueAxis: {
reverse:true,
max:15,
min:1,
},
both X and Y axis get reversed. How can I keep the X axis without a change and only change Y?
Thank you
Claudia