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