origin

задает начало шкалы

number|string origin;

Example

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


Default value:

"auto"

Related samples

Details

Это свойство применимо только к линейным и столбцовым диаграммам.

See also
Наверх
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.