|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/7/2008 8:23:43 AM
Posts: 2,
Visits: 6
|
|
| Hello all, I am brand new to FusionCharts and I am trying to test it (understand it) before a purchase. I am using the V3 free version with MS visual web developer 2005 . I created a website just to test it on my local machine. To do so, I imported as requested in the FC doc all the files and folders. using these i created my own application in c#.net according to my requirement. 1.i created a master page 2.depending on master page selection i am displaying related webform (.aspx) page in content pane 3.in that page i query db to get dataset and formed xml correctly. and displayed chart. i did every thing as specided in the fusion charts examples i.e I copied in the "FusionCharts" ASP.NET website folder the "FusionCharts.js" file and the required .swf files,specified the the .dll in the Bin folder problems i am facing: When I launch the ".aspx" the page appears but without the graph. However the flash component is launched because I can see its border. But there is nothing in it. It is empty. The only error I have seen by clicking the error symbol in status bar of browser is the name 'FusionCharts' is not declared" (despite the fact that the ".dll" is located in the "Bin" folder,.js file is appropriate folder and also the .swf files are in appropriate folder). If someone have an idea you are more than welcome. Thanks and Regars Anand Chowdary @INDIA.
ANAND,
@INDIA
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 1:31:05 AM
Posts: 677,
Visits: 1,081
|
|
| Hi, Could you please set the proper path to FusionCharts.js? This error is because the application could not load FusionCharts.js. Hence the PATH specified to this file seems incorrect. Other things in the code are perfect!
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/15/2008 12:03:10 PM
Posts: 2,
Visits: 1
|
|
| Same problem is happening to me...where should .js file be? My .js file is in FusionCharts folder with .swf files
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/2/2008 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
You can place it anywhere and then reference it in your code.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|