Check documentation for the latest version of dhtmlxSuite radius DHTMLX Docs

radius

A pie radius.

Value type: Integer

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

or

chart.define("radius",50);
Back to top