alpha

The chart's item transparency.

Value type: a number between 0 and 1

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