Check documentation for the latest version of dhtmlxSuite gradient DHTMLX Docs

gradient

Enables a pie gradient that is disabled by default

Value type: boolean

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

or

chart.define("gradient",true);
Back to top