Hi, I'm evaluating fusion gadget. I have the following line to create my chart:
var myChart = new FusionCharts("FusionGadgets/AngularGauge.swf", "sph", w, h, "0", "1");when the line is run - I get a js error: " 'sph' is undefined. When I replace the chartId ("sph") with a reference to the chart div for rendering then it works fine.
Any ideas on why this is happening?
regards,
Avner