Documentation

shadow

enables/disables the pie shadow

boolean shadow;

Example

webix.ui({
    view: "chart",
    type:"pie",
    shadow:0,
    ...
})

See also

Details

The property is applicable only to pie charts

Back to top