I have problem with Highcharts, I\'ve set right Y-axis to min:0 and max:100 (it\'s %) but it won\'t work and make 125 percentage. What\'s wrong?
http://jsfiddle.net/SdTc
You may also use a combination of the solutions above (worked for me):
alignTicks: false (chart) max:100 (on % axis) gridLineWidth: 0 (on second Y axis)