DHTMLX Docs & Samples Explorer

value

A data value that chart represents.

Value type: String, function

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

or

chart.define("value","#years#");