Documentation

line

defines chart lines

object line;

Example

webix.ui({
    view:"chart",
    type:"spline",
    ...
    line:{
        color:"#ff9900",
        width:3
    } 
})

See also

Details

The property is applicable only to line, radar and scatter charts

The available attributes of the property are:

Back to top