Documentation

lineColor

sets the color for strips dividing the pie sectors

string lineColor;

Example

webix.ui({
    view: "chart",
    type:"pie",
    lineColor:"#A5A5A5",
    ...
})

See also

Details

The property is applicable only to pie charts

The default value of the property is "#ffffff".

Back to top