Sign in to follow this  
jksry

chart Rendering not in div

Recommended Posts

My chart is not rendering, nor is it showing an error message.

 

I am using fusion chart version 3.2.1

 

<div id="divtoRender" align="center">Chart cannot be plotted</div>

 

When the chart renders nothing happens, no error message, no chart. It simply shows "Chart cannot be plotted" which is the text i added in div,

 

but my checked the chart xml that  is framing properly.

 

Any idea what the issue could be?

 

Share this post


Link to post
Share on other sites
Guest Rishab

Hi,

Please ensure that-

1) You've copied FusionCharts.js, jquery.min.js, FusionCharts.HC.js and FusionCharts.HC.Charts.js in the right folder.

2) You've included and provided the correct path of FusionCharts.js in your HTML code.

3) There are any JavaScript syntax or runtime errors that might have halted the execution of FusionCharts APIs.

4)Unique names are used for the chart's JavaScript variable, chart's ID and the HMTL DIV's ID?

If still the issue persists, please provide us a code snippet that may help us in comprehension.



 

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