Documentation

labelOffset

the offset of sector labels from the pie frame

number labelOffset;

Example

webix.ui({
    view: "chart",
    type:"pie",
    label:"#month#",
    labelOffset:40,
    ...
})

See also

Details

The default value of the property is 20.

Back to top