Check documentation for the latest version of dhtmlxSuite xValue DHTMLX Docs

xValue

A property of dataset that defines xAxis values.

Value type: String

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

or

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