verdox Report post Posted July 8, 2007 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
verdox Report post Posted July 8, 2007 (edited) 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 July 8, 2007 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 21, 2010 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