Check documentation for the latest version of dhtmlxSuite pieInnerText DHTMLX Docs

pieInnerText

An inner label in pie.

Value type: String, function

var chart =  new dhtmlXChart({
    ...
    pieInnerText:"#sales#",
    ...
})

or

chart.define("pieInnerText","#sales#");
Back to top