Sign in to follow this  
Jayaprakash

Problem To Displaying The Value Of Bar Chart

Recommended Posts

Hi,

 

i am using the following xml to display the Bar chart.But i am facing some issue like some values not displayed properly.

 

Please look on the below XML and give me some valuable solutiion...

 

<chart outCnvBaseFont="GE Inspira,Arial" outCnvBaseFontSize="12" showValues="0" plotGradientColor="" palette="1" formatNumberScale="0" sFormatNumberScale="1" sNumberScaleValue="1000" sNumberScaleUnit=" " caption="Work Order Component (OTHER)" PYAxisName="No. Of WOs" SYAxisName="Cost in thousands" showBorder="0" bgColor="FFFFFF" xAxisName="" labelDisplay="Rotate" slantLabels="1" rotateValues="1" snumberPrefix="$"><categories><category label="OTHER_CP"/><category label="INSTR"/><category label="AIROPACT"/><category label="BEARING"/><category label="MTROPACT"/></categories><dataset seriesName="No. Of WOs" color="1E4191" parentYAxis="P" renderAs="Column"><set value="1443"/><set value="14"/><set value="4"/><set value="3"/><set value="3"/></dataset><dataset seriesName="Cost in thousands" color="EE3324" parentYAxis="S" renderAs="Column"><set value="3519414"/><set value="11693"/><set value="2898"/><set value="744"/><set value="1893"/></dataset><styles><definition><style name='myCaptionFont' type='font' font='GE Inspira,Arial' size='14' color='7b7c7b' bold='1'/><style name='myAxisTitlesFont' type='font' font='GE Inspira,Arial' size='12' color='7b7c7b' bold='1'/></definition><application><apply toObject='Caption' styles='myCaptionFont' /><apply toObject='SubCaption' styles='myCaptionFont' /><apply toObject='XAxisName' styles='myAxisTitlesFont' /><apply toObject='YAxisName' styles='myAxisTitlesFont' /><apply toObject='Legend' styles='myAxisTitlesFont' /></application></styles></chart>

 

Other than the 2898 value we are able to get all other values in the 2D bar chart. If we replace that value with 3000, 500 and 1500 we are able to see the value. But its not coming for 2898. Can you help us with this.Thanks,

Jayaprakash S

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

I am afraid, we are unable to replicate the issue,as the code is working fine from our end.

 

Please find the screenshot attached for your reference.

post-10517-0-91711600-1323852490_thumb.png

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