barWidth

ширина столбцов диаграммы

number barWidth;

Example

webix.ui({
    view:"chart",
    type:"bar",
    value:"#sales#",
    label:"#sales#",
    barWidth:35,
    data: dataset
});


Default value:

30

Related samples

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript ui components library and page of chart widget product.