|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/14/2008 1:16:19 AM
Posts: 1,
Visits: 6
|
|
| 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>
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/11/2008 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
make sure of the path for FusionCharts.js file. The application can not find it. Hence it tells that FusionCharts is undefined.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|