Guggs

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by Guggs


  1. When calling 'new FusionCharts( "Pie2d.swf")' the program works fine when the graph is rendered in Flash, but I get an error in highchart fallbacks. After a bit of trial and error I discovered that the flash part does not seem to be case sensitive, while the javascript fallback does. So changing it to Pie2D.swf solved the problem. This might not be a bug per se, but it's at least an issue that should be known.