|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/16/2008 3:21:11 PM
Posts: 2,
Visits: 8
|
|
| Hi, After several experiments with the gantt chart to receive data from MySQL passed by php, I got - "Chart" as text without chart. I will really appreciate any help to solve this! Thanks in advance, Mariela
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 2:26:34 AM
Posts: 93,
Visits: 715
|
|
Hi mariela, will you please remove () character and replace (\") with (') and also check the path FusionCharts.php and FusionCharts.js. Please follow the attachment
Thanks, Arindam FusionCharts Team www.fusioncharts.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/16/2008 3:21:11 PM
Posts: 2,
Visits: 8
|
|
| Hi Arindam, Thanks for your help, I sorted few issues - somehow the host/php didn't recognize the include and the javascript, so I copied them and pasted into the gantt.php file. I finally, saw that my data was taken from yhe database and inserted into the xml code, however it didn't help in showing the chart.... or at least I had no patience to wait hours for rendering the chart... Obvoisly I made somewhere mistake, question is where.... I uploaded the gantt.php file and the output it produce in html file.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 2:26:34 AM
Posts: 93,
Visits: 715
|
|
Hi mariela, I went through your problem. Please do not copy FusionCharts.js and FusionCharts.php file's contained inside your php program and do not use full SWF file path i.e. "C:/Documents and Settings/peter/My Documents/xampp/htdocs/test/data/FCF_Gantt.swf". It is wrong. Please store all related files into server or into virtual drive and please use relative path. I think it is your PHP installation problem. Could you please first check your PHP server? Is it work perfectly with external Javascript file and also with external php file? If tested ok then please try our php demo application. And further more details please see our PHP documentation from http://www.fusioncharts.com/free/docs
Thanks, Arindam FusionCharts Team www.fusioncharts.com
|
|
|
|