Check documentation for the latest version of dhtmlxSuite attachChart DHTMLX Docs

attachChart

attaches dhtmlxChart to a cell

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

Example

var myChart = dhxComponent.cells(id).attachChart({...});

Back to top