shadow

Enables/disables shadow

Value type: Boolean

var chart =  new dhx.ui({
        view:"chart",
        type:"pie",
	...
	shadow:false,
        ...
})

or

chart.define("shadow",false);