Documentation

barWidth

the width of bars

number barWidth;

Example

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

See also

Details

The default value is 30.

Back to top