wildhcky25 Report post Posted August 9, 2010 I have created about 10 fusion charts using php and now I am trying to use ajax to display each graph one by one. Is there a way to use javascript to call each of these graphs or will I need to re-code each graph into javascript to do this? Share this post Link to post Share on other sites
wildhcky25 Report post Posted August 9, 2010 I may have it figured out, I'm not sure though. On my webpage, I am simply seeing the word "Chart." where my fusion chart should be. Am I not including something properly? I'm not sure why I would just be seeing text and not a graph... Share this post Link to post Share on other sites
wildhcky25 Report post Posted August 9, 2010 I got it... I needed to use $FC -> renderChart(true); instead of $FC -> renderChart(); Share this post Link to post Share on other sites
Sanjukta Report post Posted August 9, 2010 Hi, Thanks for sharing the idea with us. Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites