Check documentation for the latest version of dhtmlxSuite value DHTMLX Docs

value

A data property that chart represents.

Value type: String, function

var chart =  new dhtmlXChart({
    value:"#years#",
    ...
})

or

chart.define("value","#years#");
Back to top