I want to create Highcharts bar chart with non-stacked percentage values.
I use:
plotOptions.bar.stacking = 'percent'
But this stack all series on top another to get to 100%. I want each series to be rendered as different bar.
I there any way doing it other than processing series data myself?