Sign in to follow this  
Guest Rajroop

Do not show zero values in chart

Recommended Posts

Hi all,

 

 

 

Question:

 

I do not want to show any zero values in my MSColumn3D. I generate the XML file so in my dataset I do have values that contain <0>. See the following XMl file:

 

 

 

See attached file...

 

 

 

So the last dataset contains a zero value and the chart shows a tiny stripe with the valu 0. I want to show every values except the zero values? Please help.. thanks in advance.

Data.xml

Edited by Guest

Share this post


Link to post
Share on other sites

Hello Adis,

 

 

 

Welcome to the forum. :)

 

 

 

I am afraid FusionCharts will show all values that is fed through the XML.

 

 

 

The only way to achieve what you are asking for is by changing the XML.

 

 

 

This has to be done by you programmatically so that in the XML created through that program all zero values are excluded.

 

 

 

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Rajroop
Hello Adis,

 

 

 

Welcome to the forum. [smile]

 

 

 

I am afraid FusionCharts will show all values that is fed through the XML.

 

 

 

The only way to achieve what you are asking for is by changing the XML.

 

 

 

This has to be done by you programmatically so that in the XML created through that program all zero values are excluded.

 

 

 

Hope this helps. [smile]

 

 

 

Regards,

 

Saptarshi Chakraborty

 

Ask me do! [Discuss]

 

 

 

As, Saptarshi has mentioned, FusionCharts will show all values that is fed through the XML.

 

 

 

However, if you require not to show a certain value of a particular dataset, as you've mentioned the zero value of the last dataset of your chart, then could you please try adding showValue='0' in that particular set element?

 

 

 

I hope this helps. :)

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