Documentation

fill

fills the chart area with the specified background color.

string fill;

Example

webix.ui({
    view:"chart",
    type:"radar",
    ...
    fill:"#3399ff"
})

See also

Details

The property is applicable only to radar charts.

Back to top