Helio Report post Posted October 6, 2011 Hi, I'm trying to use the Beta php class for fusionwidgets on this post: http://forum.fusionc...-fusionwidgets/ This is the code: <script language='javascript' src='FusionCharts/FusionCharts.js'></script> <?php # Include FusionCharts PHP Class include("FusionCharts_Gen.php"); # Create MSLine chart Object $FW = new FusionCharts("Thermometer","80","300"); # set the relative path of the swf file $FW->setSWFPath("widgets/"); $strParam="palette=4;lowerLimit=0;upperLimit=10;numberSuffix=C"; $FW->setChartParams($strParam); $FW->addChartData(5); $FW->renderChart(); ?> It displays all ok but does not seem to assume the value I define in "$FW->addChartData(5);" Share this post Link to post Share on other sites
Guest Angshu Report post Posted October 12, 2011 Hi, Welcome to FusionCharts Forum! Could you please elaborate your query a bit more? It would be helpful, if you could send us a screenshot or any live link of your requirement. Awaiting for your response. Share this post Link to post Share on other sites