Settings and activity
1 result found
-
7 votes
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.
An error occurred while saving the comment
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
}