jwest84

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by jwest84

  1. Error loading data

    Hi, When trying to create a line chart using MSCombi2D.swf, I get "Error loading data". So I put it into debug mode and found it's erroring out in the middle of FC code. The data is retrieved from a data url which is passed in using the setJSONUrl method. You can see the data in the attached data.txt file. The error details when in debug mode can be found in errorScreenShot.png. Thanks. data.txt
  2. Error loading data

    Hi, Thank you for the tips on possible issues. Your solution in the attached helped me realize there was a work around. Instead of setting the data URL, I use a third party library to grab the JSON from the server, then use chart.setJSONData with the returned values. Thank you for your help.