score:2

Accepted answer

okay, to connect series use linkedto for series. to set stacking, use stacking:'normal' and for series use stack. and here is a result: http://jsfiddle.net/tfvgp/50/

about tooltip, there's no simple solution for it. in highcharts you can show or all series in tooltip, or just one. you can't choose two series for it. the best solution will be to loop over all series in tooltip.formatter and display series values only for the same stack as hovered point, see docs. happy coding ;)


Related Query