sanjaysutar Report post Posted April 26, 2012 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 Report post Posted April 26, 2012 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. Thanks for the information. Share this post Link to post Share on other sites