I have a chart with multiple column and line series but I'm struggling to get the columns to stack within the navigator, are you able to tell me what option would control this?
I'm using TypeScript and adding the navigator series to an NavigatorSeriesOption[ ] but there doesn't seem to be any stacking option in that.
Within my default options I've also tried:
Code: Select all
navigator: {
series: {
stacking: 'normal',
type: 'column',
},
},
Thanks
J.