Support 3d line charts with multiple series
At the moment there is no support for 3d line charts with multiple series. Something like this
https://habrastorage.org/getpro/habr/post_images/c82/1f8/8fe/c821f88fe784e852dab621227f2d1c52.png
Thanks for writing. It would be like http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/3d/column-grouping/, except with a line chart instead of column.
-
Anonymous commented
It seems that groupZPadding is not working on line chart. It works on column chart the series are placed behind each other on 3D chart, but if type changed to line the series sticks together.
series: {
depth: 20,
grouping: false,
groupZPadding: 50
} -
Sławomir Stypuła commented
Hi, here is a similar example using multiple series in line chart:
https://jsfiddle.net/eww77685/
Regards.