Documentation

presets

collection of styling presets

hash presets;

Example

webix.ui.chart.presets["mystyle"] = {
    line:{
        color:"#ff0000",
        width:2
    }
};

Back to top