Sign in to follow this  
sanjaysutar

Chart Not Rendering Solution

Recommended Posts

Hi,

 

Just to inform everyone, who is facing issue with charts.

 

I found one problem today with the way script tag is added to .aspx page.

<script type="text/javascript" src="../../FusionCharts/FusionCharts.js"></script> (works perfectly)

 

<script type="text/javascript" src="../../FusionCharts/FusionCharts.js" /> (does not work)

 

I spent 3 hours scratching my head and finally got it fixed.

 

 

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Just to inform everyone, who is facing issue with charts.

 

I found one problem today with the way script tag is added to .aspx page.

<script type="text/javascript" src="../../FusionCharts/FusionCharts.js"></script> (works perfectly)

 

<script type="text/javascript" src="../../FusionCharts/FusionCharts.js" /> (does not work)

 

I spent 3 hours scratching my head and finally got it fixed.

 

 

 

 

smile.gif Thanks for the information.

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