Highcharts with inverted y-axis, but not inverted data? -


is possible invert y-axis, not data? have ranking should start 1 @ top, not @ bottom, columns should stay normal.

thanks hints!

there no easy direct way (afaik).

there variety of approaches take, however.

this example uses reversed axis , stacked columns:

http://jsfiddle.net/jlbriggs/jvnjs/301/

stacking:'normal', 

it relies on adding second series difference between value , max, means must specify y axis max.

i left second series light grey can see them, can set opacity 0 invisible.

other options might include doing calculations on y axis label formatter display axis labels want without having touch data.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -