shadow of ui.chart, Properties Webix Docs
enables/disables the pie shadow
boolean shadow;
Example
webix.ui({
view: "chart",
type:"pie",
shadow:0,
...
})
Related samples
Details
The property is applicable only to pie charts
If you have not checked yet, be sure to visit site of our main product Webix javascript ui components library and page of javascript chart library product.