I need my yAxis categories: 0 = "Bad", 0.25 = "Below Average", 0.75 = "Average" 1 = "Good"
I set the categories correctly, but Highcharts seems to interpret every point I so that it is equal to step "1" on yAxis. See http://jsfiddle.net/54cFG/
Ideally, this chart should always show 4 labels on yAxis, and the constructed points should coincide with "Below Average" and "Average".
Is there a parameter that I am missing? I think I pretty much tried everything at http://www.highcharts.com/ref/
Naren source
share