DHTMLX Docs & Samples Explorer

radius

A pie radius.

Value type: Integer

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

or

chart.define("radius",50);