Check documentation for the latest version of dhtmlxSuite attachChart DHTMLX Docs

attachChart

attaches dhtmlxChart to a window

dhtmlXChart attachChart(object conf);
confobjectchart conf (please, check chart docs for details)
dhtmlXChartdhtmlXChart instance

Example

var myChart = myWins.window(id).attachChart({...});

Back to top