origin

sets the scale origin

number|string origin;

Example

webix.ui({
    view:"chart",
    type:"bar",
    origin:30,
    ...
})


Default value:

"auto"

Related samples

Details

The property is applicable only to line, bar charts

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