Specifies the chart's points presenting data items.
item
borderColor - (string) the outer color of the point
borderWidth - (integer) the width of the order line (default value - 2)
color - (string) the inner color of the point
radius - (integer) the items' radius (default value - 4)
Value type: Object
var chart = new dhx.ui({
view:"chart",
...
item:{
top: 6,
left:10
},
...
})
or
chart.define("item",{
top: 6,
left:10
},
);