LenF Report post Posted May 1, 2015 I'm trying to use JavaScript to automatically generate a series of pie charts from a data set of arbitrary size. So far, however, it looks like only the last chart ever renders. The others are always stuck on "Loading chart. Please wait". Here's what the results look like:http://i.imgur.com/ceVbGmi.png. I've attached my source. What am I doing wrong? charts test.html Share this post Link to post Share on other sites
LenF Report post Posted May 1, 2015 Never mind, I've solved it If I define all the charts and the spans to render to in one loop, and render them in another loop, it works. charts test.html Share this post Link to post Share on other sites
Vishalika Report post Posted May 1, 2015 Hi, Welcome to FusionCharts Forum!! Glad to know that the issue is resolved. Share this post Link to post Share on other sites