novice Report post Posted February 4, 2008 Good Day Can somebody please help me with this i want display a chart when clicking a button. Error that i encounter Error in page: FusionCharts is undefined here is the code: Dim M_file As StringM_file = "/Data/Mydata.xml" FTChart.Text = InfoSoftGlobal.FusionCharts.RenderChart("/FusionCharts/Line.swf", M_file, "", "FileTransferChart", "600", "300", False, False) Note :FTChart is asp:literal, i add infosoftglobal.dll to web reference and add <script language="Javascript" src="/FusionCharts/FusionCharts.js" ></script> Share this post Link to post Share on other sites
FusionCharts Support Report post Posted February 5, 2008 make sure of the path for FusionCharts.js file. The application can not find it. Hence it tells that FusionCharts is undefined. Share this post Link to post Share on other sites