Hi Syncfusion team,
As what I saw in the JavaScript version (Essential JS 1), we can get a chart from DOM with following part of code::
var chart = $('#container').ejChart("instance");
//to do
chart.model.series[0].fill = "blue";
chart.model.series[0].datasource = etc..;
//redraw
$('#container').ejChart("redraw")
Like: http://jsplayground.syncfusion.com/lzzjn4ho
So how to do this in JavaScript EJ 2?
I have tried to search in the documentation pages but did not find the answer.
Thanks!