score:2

Not totally sure I understand what you want, but here's two potential fixes:

Remove stacking: 'percent' from the plotOptions and the second graph will render proper as separate lines

http://jsfiddle.net/nCmDp/1/


Remove type: 'line' from the series and add type: 'column' to the chart if you want stacked percentage bar graph

http://jsfiddle.net/vA5Se/


Edit:

Check here to see how to make a standard stack bar graph http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/column-stacked/


Related Query

More Query from same tag