arivu

Members
  • Content count

    11
  • Joined

  • Last visited

About arivu

  • Rank
    Junior Member
  1. hi, herewith i have attached sample chart image in which the i have circled the label which doesn't get wrapped. please find the attachment and do the needful one. Thanks & Regards, arivu
  2. yes..i am catching the event in the jsp only. On the receiving side it shows the value of "event " object as undefined... My aim is to find the mouseclick point in the screen of chart ..... ... i hope you may understand now......
  3. i tried your procedure.... i got correctly for only that set of dataset values .... For different input file(xml ) it shows y axis value labels as 20.000002, 20.000004...........etc Any way.... i have removed the yaxisvalue display.... now its k.. but sometimes there may be the need to show the y axis label..... in those cases i will be in trouble.... please find some other solution and reply me.... Thanks & Regards, G. Arivu.
  4. clickURL='javascript:showBigGraph(ddGraphUrlLarge, this.event )' i got the value of event object as "undefined" in resultant page..... could you solve this problem..... i need urgently???? Thanks & Regards G. Arivu.
  5. Thanks for your information... i will try................ by Arivu. G
  6. Hi, i have used Fusion chart v3...... The swf file name is StakedBar2D.swf...... i need the yaxis value should end with 100 instead of 110.....
  7. This is my sample code in which i got the problem ...... <chart showLegend='0' palette='2' numberSuffix='%25' useRoundEdges='1' showValues='0' clickURL='' bgAlpha='0,0' bgColor='ffffff,ffffff' showToolTipShadow='1' canvasLeftMargin='5' canvasRightMargin='5' canvasTopMargin='5' canvasBottomMargin='5' baseFontColor ='000000' baseFontSize ='9' baseFont ='verdana' showBorder ='0' showPlotBorder ='0' showLimits='0' yAxisValueDecimals='0' plotSpacePercent='40' adjustDiv='0' yAxisMaxValue='100' showSum='1'> <categories> <category label='Operating System' /> </categories> <dataset seriesName='Good' color='007D00'> <set value='85.71' /> </dataset> <dataset seriesName='Critical' color='CC0000'> <set value='11.26' /> </dataset> <dataset seriesName='Major' color='FE8243'> <set value='1.01' /> </dataset> <dataset seriesName='Minor' color='FFA0A0'> <set value='1.01' /> </dataset> <dataset seriesName='Unknown' color='000082'> <set value='1.01' /> </dataset> </chart> if you can help me. .......... Thanks and Regards, G. Arivu.,
  8. sorry. i got the same thing as previous when i follow your guidence.
  9. hi, I have used the "plotSpacePercent='0' " for stackedcolumn 3D chart. It will not work.. But in the case of 2D chart it works... if you have any idea please share with me
  10. hi everybody, i want to know that whether fusion chart server side export in jsp is available for jdk1.3 or not. if available means please give the information to get fcexporter.jar for jdk1.3.