sets the scale origin
webix.ui({
view:"chart",
type:"bar",
origin:30,
...
})
The property is applicable only to line, bar charts
As a string, the property can have value 'auto'. Actually, it's the default value of the property.
Back to top