barWidth of ui.rangechart, Properties Webix Docs

StartAPI Referenceui.rangechartProperties

the width of bars

number barWidth;

Example

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

Default value:

30

Related samples

See also

  • Articles

  • Back to top

    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.