Sign in to follow this  
verdox

Nothing working

Recommended Posts

I am working with the very basic examples and playing with the charts in ASP.NET 2.0 - first the provided samples are very old! Second they do not work (at all). Can someone provide some working ASP.NET 2.0  examples?

Share this post


Link to post
Share on other sites

well i got to the bottom of it, i am a little shocked this was not in the documents! You of course cannot display the chart if you do not fetch the data first, there are strange things occuring! if i use:

<script type="text/javascript" src="FusionCharts/FusionCharts.js" />

<script type="text/javascript">

</script>

Notice the empty javascript above, if i do not include it the chart fails to load!?! if i simply use

<script type="text/javascript" src="FusionCharts/FusionCharts.js" />

nothing works.....any clues why this woul happen?

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

In case you are still facing the issue could you please using the JS file that we are sending you as an attachment?

Hope this helps. :)

FusionCharts.zip

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