Reputation:
Can someone provide a demo?
Thanks.
Upvotes: 2
Views: 1891
Reputation: 222682
You need to set the z axis,
zAxis: {
min: 0,
max: 3,
categories: [1,2,3,4],
labels: {
y: 5,
rotation: 18
}
}
Source : Generate a 3d column chart
Upvotes: 1