offset

defines whether the first item of the scale will be drawn with the offset equal to the half of the scale's step (relative to the origin of the chart) or not.

boolean offset;

Example

webix.ui({
    view:"chart",
    type:"line",
    offset:false,
    ...
})

Related samples

Details

The property is applicable only to line, scatter, area charts

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix widget library and page of javascript graph visualization product.