SmileShilpa

Members
  • Content count

    2
  • Joined

  • Last visited

About SmileShilpa

  • Rank
    Forum Newbie
  1. Fusion Chart Working In Ff And Crome But Not In Ie8

    I am getting following error "Invalid Xml data " on IE8 while its works on FF and chrome.Please chk my code posted below. <?xml version="1.0"?> <graph caption="" subCaption="" decimalPrecision="0" divlinedecimalPrecision="0" limitsdecimalPrecision="0" yAxisName="" showYAxisValues="0" bgColor="F4F4F4,FFFFFF" showBorder="0" canvasbgColor="F4F4F4" canvasBorderColor="F4F4F4" canvasborderalpha="0" chartLeftMargin="0" chartRightMargin="0" chartTopMargin="0" chartBottomMargin="0" plotGradientColor="" numDivLines="0" plotSpacePercent="50" showPlotBorder="0" plotFillRatio="50,50" plotFillAlpha="100,100" plotFillAngle="260" yAxisMaxValue="169.65"> <set name="RC" value="145" color="0cb302"/> <set name="AP" value="1" color="0dc702"/> <set name="VI" value="1" color="0bb001"/> <styles> <definition> <style type="Shadow" name="Shadow_1" Angle="90" Color="043b01" Alpha="100" blurX="0" blurY="0" Strength="1"/> <style name="myValuesFont" type="font" size="9" color="676767" bold="1"/> <style name="myLabelsFont" type="font" font="Arial" size="11" color="676767" bold="1"/> </definition> <application> <apply toObject="CANVAS" styles="Shadow_1"/> <apply toObject="DataValues" styles="myValuesFont"/> <apply toObject="DataLabels" styles="myLabelsFont"/> </application> </styles> </graph> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="230" height="220" id="Pie3D" > <param name="movie" value="FCF_Column2D.swf?" /> <param name="FlashVars" value="&dataURL=data.xml&chartWidth=230&chartHeight=220"> <param name="quality" value="high" /> <param name="wmode" value="transparent"> <embed src="FCF_Column2D.swf?ChartNoDataText=Sem Dados" flashVars="&dataURL=data.xml&chartWidth=222&chartHeight=215" quality="high" width="222" height="215" name="Pie3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/> </object>
  2. Please chk xml <?xml version="1.0"?> <graph caption="" subCaption="" decimalPrecision="0" divlinedecimalPrecision="0" limitsdecimalPrecision="0" yAxisName="" showYAxisValues="0" bgColor="F4F4F4,FFFFFF" showBorder="0" canvasbgColor="F4F4F4" canvasBorderColor="F4F4F4" canvasborderalpha="0" chartLeftMargin="0" chartRightMargin="0" chartTopMargin="0" chartBottomMargin="0" plotGradientColor="" numDivLines="0" plotSpacePercent="50" showPlotBorder="0" plotFillRatio="50,50" plotFillAlpha="100,100" plotFillAngle="260" yAxisMaxValue="169.65"> <set name="RC" value="145" color="0cb302"/> <set name="AP" value="1" color="0dc702"/> <set name="VI" value="1" color="0bb001"/> <styles> <definition> <style type="Shadow" name="Shadow_1" Angle="90" Color="043b01" Alpha="100" blurX="0" blurY="0" Strength="1"/> <style name="myValuesFont" type="font" size="9" color="676767" bold="1"/> <style name="myLabelsFont" type="font" font="Arial" size="11" color="676767" bold="1"/> </definition> <application> <apply toObject="CANVAS" styles="Shadow_1"/> <apply toObject="DataValues" styles="myValuesFont"/> <apply toObject="DataLabels" styles="myLabelsFont"/> </application> </styles> </graph> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="230" height="220" id="Pie3D" > <param name="movie" value="FCF_Column2D.swf?" /> <param name="FlashVars" value="&dataURL=data.xml&chartWidth=230&chartHeight=220"> <param name="quality" value="high" /> <param name="wmode" value="transparent"> <embed src="FCF_Column2D.swf?ChartNoDataText=Sem Dados" flashVars="&dataURL=data.xml&chartWidth=222&chartHeight=215" quality="high" width="222" height="215" name="Pie3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/> </object>