Check documentation for the latest version of dhtmlxSuite width DHTMLX Docs

width

The bar width.

Value type: Integer

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

or

chart.define("width",5);
Back to top