sychowaves Report post Posted August 21, 2010 (edited) I require make graph with MSLINE.SWF which already creates in a basic way down my code which does not understand is: the form must send the MySQL data by means of the variable $strXML; and tried to several forms and not e had results in any case stop the basic current version perfectly to see if you can give me ideas Edited August 28, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 24, 2010 Hi, Welcome to FusionCharts forum. Please refer to the links below for the same :- Ref.- http://www.fusioncharts.com/docs?/PHP_JS_URL.html Hope this helps. Share this post Link to post Share on other sites
sychowaves Report post Posted August 25, 2010 [background=#fff" title="" Zc="After reading all the help of php, as summarized in FusionCharts and left with doubts, I decided to check on this forum to clear my doubts, I did all the examples and came out perfect, but in theory, I could not solve my problem with the version mslin " Yc="Despu Share this post Link to post Share on other sites
Sanjukta Report post Posted August 26, 2010 Hi, I am afraid, I could not find the exact issue you are facing. Could you please send us the screenshot/details of the error that you are receiving? Also in case, you are unable to understand something, please explain that elaborately. Awaiting your reply. Share this post Link to post Share on other sites
sychowaves Report post Posted August 26, 2010 (edited) Sanjukta Mukherjee (8/26/2010)Hi,I am afraid, I could not find the exact issue you are facing. Could you please send us the screenshot/details of the error that you are receiving? Also in case, you are unable to understand something, please explain that elaborately. Awaiting your reply. <?php include("Includes/FusionCharts.php"); include("Includes/DBConn.php"); //Hemos incluido../Incluye/FusionCharts.php y../Incluye/DBConn.php, que contiene //funciones para ayudar nos empotran f Edited August 26, 2010 by Guest Share this post Link to post Share on other sites
Ayan Pal Report post Posted August 26, 2010 Hi sychowaves, In renderChart() function you have to pass the proper formatted xml string or address of a xml file for the chart's data. here you are generating a xml string from database. please make sure the generated string is proper for the MSLine chart. to verify it you may echo the string inside a textarea . in your code you are generating xml for singleseries chart neither dataset nor categories/category are there. please make sure the following things. 1. xml format is correct for a multy series chart. I.e. structured like the posted xml in your first post in that error you will see an "invalid xml" or "no data to display" message 2. check the swf location corresponding to your page 3. FusionCharts.php file's location is also correct. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 29, 2010 Hi, We are glad that your issue is resolved. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites