Sign in to follow this  
shaonline

The chart only shows the span and nothing else

Recommended Posts

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
 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this