Are there some highcharts pros out there?
What i want is, that value 6 (lowest score) starts left and on the right there is the highest score (1)
so the bars heading to 1 (showing the space to be mark 1)
like:
|------------------------(1.9)
|--------------------(2.3)
|----------------------------(1.4)
6..............3................1
http://jsfiddle.net/aCz2s/1/
Any help with that?
You can set reversed
to yAxis
too, like you did on xAxis
.
Like this:
xAxis: {
reversed: true
},
yAxis: {
reversed: true
}
Here is a demo
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With