Documentation

item

defines markers that present chart's data items.

object item;

Example

webix.ui({
    view:"chart",
    type:"line",
    item:{
        borderColor:"#ffffff",
        color:"#000000"
    }
    ...
})

See also

Details

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

The available attributes of the property are:

Back to top