Cannot set properties of undefined (setting 'ko')

29 views Asked by At

When calling like that i recive an error


var chart = anychart.sunburst(data, "as-tree");
chart.tooltip().useHtml(true);
chart.container("mdl_4000_01_a3_chart");
chart.fullScreen(true)

It works without fullScreen but graph is very small sized

Uncaught TypeError: Cannot set properties of undefined (setting 'ko') anychart-core.min.js:809

0

There are 0 answers