Documentation

origin

sets the scale origin

number origin;

Example

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

See also

Details

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