Sign in to follow this  
friendly.panda

Wrong columns display

Recommended Posts

Hi,

 

 

 

There are some problems in chart mapping.

 

The columns display partially when used large amount of data.

 

 

 

81a88d7aa9fb9e55606e76bbf5320f45.png

 

 

 

example xml:

 

<chart plotspacepercent="0" useRoundEdges='0' legendShadow='0' plotgradientcolor='ffffff' plotFillAngle='0' showValues='0' showPlotBorder='0'>

 

 

 

<categories>

 

<category name='18.06.2007' ></category>

 

<category name='19.06.2007' ></category>

 

<category name='20.06.2007' ></category>

 

...(+375 elements)

 

<category name='16.12.2008' ></category>

 

<category name='17.12.2008' ></category>

 

<category name='18.12.2008' ></category>

 

</categories>

 

 

 

<dataset color='0000ff'>

 

<set value='6774272' ></set>

 

<set value='6758489' ></set>

 

<set value='6468867' ></set>

 

... (+375 elements)

 

<set value='8023349' ></set>

 

<set value='8113109' ></set>

 

<set value='7994378' ></set>

 

</dataset>

 

 

 

</chart>

 

 

 

Can u suggest the solution path?

 

And try to fix it please..

 

 

 

Thanks in advance.

 

 

 

Happy FusionChartDeveloping :)

MSColumn2D.xml

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts Forum. :)

Could you please let us know the name of the swf file you are using?

Awaiting your reply. :hehe:

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

I am afraid, as of now, in case of DataXML method, FusionCharts support around 300 <set> elements depending on the number of the <chart> element that you are using.

Could you please try using DataURL method for the same?

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Please consider removing the plotGradientColor and plotFillAlpha attributes from your XML and your chart will work fine.

I am attaching your XML where I have made the necessary modifications.

Hope this helps you. Looking forward to your reply. :)

data.xml

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

 

 

It was because of the plotFillAngle that the columns were rendering totally white(ffffff) and hence you were not being able to see the plots in that region.

 

 

 

By default a vertical gradient will be applied to the coloumns. The default plotGradientColor is ffffff.

Edited by Guest

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