Check documentation for the latest version of dhtmlxSuite yValue DHTMLX Docs

yValue

A property of dataset that defines yAxis values.

Value type: String

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

or

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