rishi

Members
  • Content count

    9
  • Joined

  • Last visited

About rishi

  • Rank
    Forum Newbie
  1. Hi Cátia, Can you send me the HTML with all configration parameter . Or mail me it at [email protected] Regards Rishi Saraf
  2. Hi , I found the solution to make chart work in IE movie parameter is important as below however in case of chrome and firefox it is not. <PARAM NAME="Movie" VALUE="../../CommonUI/dashboard/charts/MSLine.swf"> Regards Rishi Saraf
  3. Hi Angie, Sorry to say but it don't solve my problem. My embed code is correct and its working perfectly fine in firefox and chrome. My problem is it is not working in IE and it always show message 1 item remaining. Regards Rishi Saraf
  4. Hi , I have created one sample chart which is working fine in chrome and firebox however its not working in IE. In bottom of page of IE it always say (1 item remainning) . Below is a HTML code for chart. Can some please let me know what's the issue. <center><object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="300" id="flashchartLineChart-MIN"><param name="scaleMode" value="noScale"><param name="scale" value="noScale"><param name="wMode" value="opaque"><param name="allowScriptAccess" value="always"><param name="quality" value="best"><param name="flashvars" value="lang=EN&debugMode=0&animation=undefined&DOMId=sampleChart&registerWithJS=1&chartWidth=500&chartHeight=300&InvalidXMLText=Invalid data.&stallLoad=true&dataXML=<chart caption='' subcaption='' xAxisName='Month' yAxisName='Impressions' numberPrefix='' showLabels='1' showColumnShadow='1' animation='1' showAlternateHGridColor='1' AlternateHGridColor='ff5904' divLineColor='ff5904' divLineAlpha='20' alternateHGridAlpha='10' canvasBorderColor='666666' baseFontColor='666666' lineColor='FF5904' lineAlpha='85' showValues='1' rotateValues='1' valuePosition='auto'><set label='Apr-2011' value='8000' /><set label='May-2011' value='6000' /><set label='Jun' value='6000' /><set label='Jul-2011' value='8000' /><set label='Aug-2011' value='9000' /><set label='Sep-2011' value='7000' /><set label='Oct-2011' value='2000' /><set label='Nov-2011' value='3900' /><set label='Dec-2011' value='3400' /></chart>"><embed src="../../CommonUI/dashboard/charts/Line.swf" wmode="Transparent" scale="" value="exactfit" flashvars="&dataXML=<chart caption='' subcaption='' xAxisName='Month' yAxisName='Impressions' numberPrefix='' showLabels='1' showColumnShadow='1' animation='1' showAlternateHGridColor='1' AlternateHGridColor='ff5904' divLineColor='ff5904' divLineAlpha='20' alternateHGridAlpha='10' canvasBorderColor='666666' baseFontColor='666666' lineColor='FF5904' lineAlpha='85' showValues='1' rotateValues='1' valuePosition='auto'><set label='Apr-2011' value='8000' /><set label='May-2011' value='6000' /><set label='Jun' value='6000' /><set label='Jul-2011' value='8000' /><set label='Aug-2011' value='9000' /><set label='Sep-2011' value='7000' /><set label='Oct-2011' value='2000' /><set label='Nov-2011' value='3900' /><set label='Dec-2011' value='3400' /></chart>" quality="high" width="100%" height="300" name="flashchartext-comp-1189-MIN" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object></center> Regards Rishi Saraf
  5. Hi , I have created 3d mix chart using MSColumn3DLineDY.swf. Charted is getting create correctly but I can see value in SYAxis. How can i remove those values. below is the HTML code generated and attach is screen shot of chart. if you'll see the attach file I want to remove values 0,20,40,60,80 which are present right hand Y axis. <embed src="../../CommonUI/dashboard/charts/MSColumn3DLineDY.swf" wmode="Transparent" scale="" value="exactfit" flashvars="&dataXML=<chart labelDisplay="WRAP" palette="4" caption="" shownames="1" showvalues="0" numberPrefix="" decimals="3" sYAxisValuesDecimals="0" connectNullData="0" PYAxisName="Revenue" numDivLines="4" bgColor="dbdee7,FFFFFF" formatNumberScale="0"><categories><category toolText="2010" /></categories><dataset seriesName="REVENUE" color="1680d8" showValues="0"><set value="292.02" /></dataset></chart>" quality="high" width="342" height="171" name="flashchartext-comp-1161-MIN" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
  6. Hi Sanjukta, Thanks for links. I know that & , < , > make the xml invalid that's why i tried to encode them by normal XML encoding code i.e & , < and &gt . I didn't knew that for fusion chart uses URL encoding. Anyway Thanks again . Regards Rishi
  7. Hi Sanjukta, I found more problem that when we have both < and > character in word we again get issue even if we encode them with > , < however when we have any one of them i.e < or > they are displayed properly. Like in below code underlined text giving the issue. <embed src="../../CommonUI/dashboard/charts/Pie3D.swf" wmode="Transparent" scale="" value="exactfit" flashvars="&dataXML=<chart palette="4" decimals="3" animation="1" enableSmartLabels="1" enableRotation="1" bgColor="dbdee7,FFFFFF" showBorder="0" startingAngle="70"><set label="NA" value="57" isSliced="1" /><set label="Third%26<>" value="6" isSliced="1" /><set label="Fourth" value="4" isSliced="1" /></chart>" quality="high" width="342" height="171" name="flashchartext-comp-1165-MIN" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
  8. Thanks a lot Sanjukta it worked . Out of curiosity I have one more question. Like & do we have more characters which are handled this way. Regards Rishi Saraf
  9. Hi Guys, I am using fusion pie chart with Extjs XTemplate. The problem is when the data ( label or value) contain & (ampersand) I get invalid xml data error. I tried to escape & by & but still facing the same issue. Below is the HTML code generated if you'll see one of label have value Third& we have encode it to Third& .both Third& and Third& give invalid xml data error. <embed src="../../CommonUI/dashboard/charts/Pie3D.swf" wmode="Transparent" scale="" value="exactfit" flashvars="&dataXML=<chart palette="4" decimals="3" animation="1" enableSmartLabels="1" enableRotation="1" bgColor="dbdee7,FFFFFF" showBorder="0" startingAngle="70"><set label="NA" value="57" isSliced="1" /><set label="Third&" value="6" isSliced="1" /><set label="Fourth" value="4" isSliced="1" /></chart>" quality="high" width="342" height="171" name="flashchartext-comp-1165-MIN" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> Please help me. Regards Rishi Saraf