zhenghaoju Report post Posted May 21, 2012 Hi all, I try to change the flash chart to Javascript chart in our project. I found the javascript chart performance is low when show 6 charts together or above 6. So I decide to change show chart way. like when first chart draw complete, the second chart start to draw, see the code: this way can improve chart performance in browser, but the code is so bad. I want to know other better way. please help me!!! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 21, 2012 Hi, Since you have to render the next chart only after draw complete event of the present chart has been fired, you will have to call drawComplete event on every chart. The chart id, the XML data, the SWF will be different for each of the charts and writing a common function will not be a good idea. Share this post Link to post Share on other sites