padding

задает отступы для содержимого диаграммы

string|object padding;

Example

webix.ui({
    view:"chart",
    ...
    padding:{
        top: 6,
        left:10
    }
});


Default value:

{left: 50, right: 20, top: 35, bottom: 40}

Related samples

Details

Доступные атрибуты свойства:

  • top - (number) верхний отступ
  • bottom - (number) нижний отступ
  • left - (number) левый отступ
  • right - (number) правый отступ
See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix js frameworks and page of javascript graph library product.