Thanks for the JSFiddle this helps at least for the stacked part of the chart!
But I still have to combine it with simple stepLine series and I still don’t quite understand if my JSFiddles show a behaviour that is on purpose or a bug.
The series are rendered in the same order they are passed to the chart-options, okay.
But why then a data array of [series1, series2, series3] results in a chart that shows nothing and [series2, series1, series3] shows all three stepLine series?
I understand that they would overlap, but why do they become completeley invisible?
Thanks for your help,
Daniel