Check documentation for the latest version of dhtmlxSuite attachChart DHTMLX Docs

attachChart

attaches dhtmlxChart to a tab

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

Example

var myChart = myTabbar.tabs(id).attachChart({...});

Back to top