DHTMLX Docs & Samples Explorer

width

A bar width.

Value type: Integer

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

or

chart.define("width",5);