DHTMLX Docs & Samples Explorer

width

The bar width.

Value type: Integer

var chart =  new dhtmlXChart({
    width:5,
    ...
})

or

chart.define("width",5);