DHTMLX Docs & Samples Explorer

alpha

The chart area transparency.

Value type: Number beetween 0 and 1

var chart =  new dhtmlXChart({
	...
	alpha:function(data){
			return data.sales/10;
		},
 
    ...
})