For example I have a ISC label with class 'echart_box' .
Ican get this element by var el = document.querySelector('.echart_box');
How to convert it to isc object so that I can call the drawing functions as I want.
Ican get this element by var el = document.querySelector('.echart_box');
How to convert it to isc object so that I can call the drawing functions as I want.
Comment