Check documentation for the latest version of dhtmlxSuite radius DHTMLX Docs

radius

The radius of bar rounding.

Value type: Integer

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

or

chart.define("radius",7);

If the radius property equals 0, the top corners of bars won't be rounded.

Back to top