Sign in to follow this  
arivu

yaxismaxvalue attribute does not work in below xml with dataset

Recommended Posts

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.,

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Arivu,

We have tested your XML and it is working fine with MSColumn2D.swf of FusionCharts V3. Please refer to attached image.

Could you please send us a screen-shot of the chart and also specify which version of FusionCharts you are using?

Awaiting your reply. :D 

post-6209-128441580219_thumb.jpg

Edited by Guest

Share this post


Link to post
Share on other sites

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.....d62a6615-b020-4923-9120-b8bd.jpg

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Arivu,

We have tried your XML with StackedColumn2D chart.

In that no such indiscrepencies occur. You can consider using that chart.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this