LenF

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by LenF

  1. 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
  2. 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