Documentation

radius

the radius of the bar's rounding

number radius;

Example

webix.ui({
    view:"chart",
    type:"bar",
    radius:0,
    ...
});

See also

Details

The property is applicable to bar charts.

When used within item object of scatter, radar and line charts, the property defines radius of the point on the map.

Back to top