shaonline Report post Posted November 4, 2015 Hello Everyone, I am quite new to Fusioncharts. I am trying to generate some charts in my application. I have followed many tutorials or instruction to generate a simple chart. Everything seems to be fine but still there is no chart generated, except the span. The div i am trying to show chart in, is just a simple div with an id. When the code executes to generate the chart it only generates the span with right width and height but nothing else. I have been trying to solve this problem or at least to know the reason but i haven't been successful yet. I have also posted this problem on stackoverflow but no luck so far. http://stackoverflow.com/questions/33260671/fusionchart-is-loaded-but-i-cant-see-it-javascript I would really appreciate if someone can tell me whats going on, Thank you. Share this post Link to post Share on other sites
AshokKumaresan Report post Posted November 6, 2015 Hi, I just saw your sample in stackover flow and there is no error in your code but you have placed fusioncharts code inside getGraph() function and i guess you are not calling that function. Kindly verify whether getGraph() function is called or not. Thanks, Share this post Link to post Share on other sites