Ravichandran

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by Ravichandran

  1. Hi, When exporting chart as Image, there is no save button get visible. herewith I attached Html & Xml code. And following files have been included in my project. 1. FusionChartsExportComponent.js, FusionCharts.js 2. Column3D.swf, FCExporter.swf Could anyone help me to solve this issue. Advance thanks, Ravichandran. P Column3D.html Column3D.xml
  2. Exporting Chart As Image, Save Button Not Enabled

    Hi, Thanx for your reply. Yes, I have added the FCExporter.swf file in my project folder. And I could not find the your attachment of working sample. pls can you forward it again or send it to [email protected] Thanks again.
  3. Hi Developers, I am trying to display Histogram chart with vertical line. below coding not fulfilled my requirement. Column2D chart <graph caption= 'Histogram' rotateNames='0' animation='0' showValues='0' plotSpacePercent = '0' showXAxisValues='0' > <set name='19.5' value='22' color= "0080FF" /> <set name='22.5' value='15' color= "0080FF" /> <vLine label='LSL : 25' linePosition='0' showLabelBorder='' llabelHAlign='left' labelVAlign='bottom' color='E74759'thickness='3' alpha='60' /> <set name='25.5' value='19' color= "0080FF" /> <set name='28.5' value='19' color= "0080FF" /> <vLine label='USL : 30' linePosition='0' showLabelBorder='' llabelHAlign='left' labelVAlign='bottom' color='E74759' thickness='3' alpha='60' /> <set name='31.5' value='20' color= "0080FF" /> <set name='34.5' value='4' color= "0080FF" /> <set name='37.5' value='1' color= "0080FF" /> </graph> I attached image that will say my requirement clearly. Anybody could help me to achieve my requirement will be appreciating. Thanks in Advance. Regards, Ravichandran. P
  4. Hi Developers, I am trying to display Histogram chart with vertical line. below coding not fulfilled my requirement. Column2D chart <graph caption= 'Histogram' rotateNames='0' animation='0' showValues='0' plotSpacePercent = '0' showXAxisValues='0' > <set name='19.5' value='22' color= "0080FF" /> <set name='22.5' value='15' color= "0080FF" /> <vLine label='LSL : 25' linePosition='0' showLabelBorder='' llabelHAlign='left' labelVAlign='bottom' color='E74759'thickness='3' alpha='60' /> <set name='25.5' value='19' color= "0080FF" /> <set name='28.5' value='19' color= "0080FF" /> <vLine label='USL : 30' linePosition='0' showLabelBorder='' llabelHAlign='left' labelVAlign='bottom' color='E74759' thickness='3' alpha='60' /> <set name='31.5' value='20' color= "0080FF" /> <set name='34.5' value='4' color= "0080FF" /> <set name='37.5' value='1' color= "0080FF" /> </graph> I attached image that will say my requirement clearly. Anybody could help me to achieve my requirement will be appreciating. Thanks in Advance. Regards, Ravichandran. P