offset of ui.rangechart, Properties Webix Docs
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
Articles
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.