depth

This property applies a 2.5D depth effect to bar charts, line charts, area charts, pie charts, and any 'bar-like' chart (gantt, histogram, etc.).

depth: Number

depth: a number 0...100 that specifies the amount of depth to apply to risers and the chart frame. Use zero or undefined for no 2.5D depth effect. The default value is undefined.

Examples:

chartFrame: {border: {width: 1, color: 'cyan'}, fill: {color: 'hsla(140, 100%, 50%, 0.1)'}},
colorMode: {
	mode: 'byInterpolation',
	colorList: ['cyan', 'bisque']
	},
blaProperties: {orientation: 'vertical'}
depth: 50,

depth: 25,