
Rohit Kumar
Moderators-
Content count
11 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Rohit Kumar
-
Hello Milan, Welcome to FusionCharts Forum! FusionCharts does not support post data request internally as of now. So you need to fetch the data using JavaScript Ajax post request, and then update the data to the Chart. Please refer to the attached sample. sample.zip
-
Hi, Please make sure that the FCExporter.php is in the same domain and there is no blank lines within the <?php ?> tag in export modules php files.
-
Hi, You are most welcome. Keep smiling and keep FusionCharting.
-
Hello, Welcome to FusionCharts forum. Please make sure that the path of FusionCharts.js, FusionCharts.php and Column3D.swf files are correct. Hope this helps.
-
Hi Satish, If you want to send C-24 as a string you have to put it inside quotation $var = "C-24"; and than send it to the function.
-
Please make sure that FusionCharts.js included in you page and try. Hope this helps
-
Hello, Please make sure that the path of exportHandler='FCExporter.php' is correct and there is a little modification you need to do in FCExporter.php like define ( "SAVE_PATH", "./" ); Place your folder path here. define ( "HTTP_URI", "http://www.yourdomain.com/images/" ); Define your HTTP Mapping Url here. Hope this solves your purpose. Looking forward to your feedback on the same.
-
Hi, We have tested with your xml, its working fine and we have created a sample for your with the xml you send us. Please find attached files for the working sample. Hope this helps. export.zip