sarvari Report post Posted September 12, 2013 Hi All, I got a problem...i want to dispaly a chart. It is displaying fine in IE but in mozilla it is displaying very small..I am using the same code for both browsers. I am using IE8 and Mozilla 15 versions. I attached screenshots of how the chart is appearing and the text file of code I am using.. Please help me fix this...sugesstions are deeply awaited...bye.... have a good day all... Compatibility_Issue.txt Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 16, 2013 Hello, What FusionCharts version did you use? Share this post Link to post Share on other sites
sarvari Report post Posted September 23, 2013 Hi Thanq so much for replying. i am using the below version @version fusioncharts/3.2.2-servicerelease1.4200 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 23, 2013 Hello Sarvari, Can you please paste your chart XML/JSON here? Share this post Link to post Share on other sites
sarvari Report post Posted September 23, 2013 i attached the code in the text file...its in compatibility_issue .txt Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 24, 2013 Hi Sarvari, The attachment which you have sent, doesn't contain the XML. So please re-send. Also, did you try it using latest version of FusionCharts XT i.e., FusionCharts XT v3.3.1 Service Release 2 version files? You can get the trial version from here: http://www.fusioncharts.com/download/trials/ Share this post Link to post Share on other sites
sarvari Report post Posted September 25, 2013 total_Availablity.html*******************************************************************************<html> <head><title>total_Availablity for 2013-05-16</title></head> <body> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="850" height="350" id="FusionCharts_1" > <param name="movie" value="../../../swfs/MSColumn2D.swf" /> <param name="FlashVars" value="&dataURL=total_Availablity.xml&chartWidth=850&chartHeight=350"> <param name="quality" value="high" /> <embed src="../../../swfs/MSColumn2D.swf" flashVars="&dataURL=total_Availablity.xml&chartWidth=850&chartHeight=850" quality="high" name="FusionCharts_1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </body></html> ************************************************************************************ total_Availablity.xml ************************************************************************************** <chart palette='2' caption='Availability report for2013-05-16' xAxisName='Application' yAxisMinValue='90' yAxisMaxValue='100' yAxisName='Availability' showValues='1' decimals='2' formatNumberScale='0' useRoundEdges='1' labelDisplay='Rotate' slantLabels='1' > <categories> <category label="AXPECOWeb" /> <category label="CER WEB" /> <category label="EMSWebService" /> <category label="EstatementRTEM" /> <category label="FinancialServices1.x" /> <category label="Fins2 Converge Services" /> <category label="Fins2 Favorite Web" /> <category label="Fins2 Intl" /> <category label="Fins2 US" /> <category label="Finshub4" /> <category label="HorizonWeb" /> <category label="OFX WEB" /> <category label="OfxEnterprise" /> <category label="PDF WEB" /> <category label="RMMWeb" /> <category label="RRShub2" /> <category label="RRShub4" /> <category label="StatementService" /> <category label="TSeC Wave2(On WAS6) " /> <category label="TseC Wave 4" /> </categories> <dataset> <set value="100.00" /> <set value="99.03" /> <set value="99.84" /> <set value="99.89" /> <set value="98.05" /> <set value="100.00" /> <set value="99.99" /> <set value="99.96" /> <set value="99.44" /> <set value="97.44" /> <set value="99.97" /> <set value="99.65" /> <set value="99.64" /> <set value="99.27" /> <set value="99.72" /> <set value="100.00" /> <set value="100.00" /> <set value="99.92" /> <set value="100.00" /> <set value="100.00" /> </dataset></chart> ******************************************************************************************* Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 26, 2013 Hello Sarvari, Did you try to render the chart using latest version? (FusionCharts XT v3.3.1 Service Release 2 version files?) Share this post Link to post Share on other sites
sarvari Report post Posted September 30, 2013 I tried, But still hard luck... Share this post Link to post Share on other sites
Swarnam Report post Posted October 1, 2013 Hey, Try providing width and height to the embed tag. Please find the updated code: <embed src="../../../swfs/MSColumn2D.swf" flashVars="&dataURL=total_Availablity.xml&chartWidth=850&chartHeight=850" quality="high" name="FusionCharts_1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="850" height="350"/> Hope this helps. Share this post Link to post Share on other sites
sarvari Report post Posted October 3, 2013 OMG!!! its working...thank you so much...i am relieved...Thanq @sumedh too.. Share this post Link to post Share on other sites