score:6

Accepted answer

It doesn't display any values, because no linked parameter is set for yAxis or no series is linked to this yAxis. You need to set yAxis parametr for first or second series

http://jsfiddle.net/9MrYd/4/

or use linkedTo parameter:

http://jsfiddle.net/9MrYd/5/

http://api.highcharts.com/highcharts#yAxis.linkedTo http://api.highcharts.com/highcharts#series.yAxis


Related Query

More Query from same tag