item

defines markers that present chart's data items

object item;

Example

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


Default value:

{alpha: 1, borderColor: "#1ca1c1", borderWidth: 2, color: "#ffffff", radius: 3, shadow: false, type: "r"}

Related samples

Details

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

The available attributes of the property are:

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui library and page of chart widget product.