DHTMLX Docs & Samples Explorer

gradient

Enables a pie gradient that is disabled by default

Value type: Boolean

var chart =  new dhtmlXChart({
	...
	gradient:true,
    ...
})

or

chart.define("gradient",true);