Hi there,
We switched now over from flash to JS rendering and almost all of our charts are working.
There is a pie chart which is throwing a couple of errors and is not displaying(in flash it shows up).
The errors are:
XML5618: Invalid character
SCRIPT5007: For this property "attributes" no value. Object is null or undefined
FusionCharts.js: Row 135, Character 353
No additional information is shown even if I add the debug mode with:
FusionCharts.debugMode.enabled(true);
FusionCharts.debugMode.outputTo(console.log);
We have the latest XT release available and using FFX and IE8/9.
Thanks for your help!