DHTMLX Docs & Samples Explorer

radius

A 3D pie radius.

Value type: Integer.

var chart =  new dhtmlXChart({
	...
	radius:50,
    ...
})

or

chart.define("radius",50);