sets the color for strips dividing the pie sectors
webix.ui({
view: "chart",
type:"pie",
lineColor:"#A5A5A5",
...
})
The property is applicable only to pie charts
The default value of the property is "#ffffff".
Back to top