friendly.panda Report post Posted January 22, 2010 (edited) Hi, There are some problems in chart mapping. The columns display partially when used large amount of data. 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 January 22, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 22, 2010 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
friendly.panda Report post Posted January 22, 2010 (edited) I'm using MSColumn2D.swf Edited January 22, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 22, 2010 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
friendly.panda Report post Posted January 22, 2010 Unfortunately, we already use DataURL method... =( Share this post Link to post Share on other sites
friendly.panda Report post Posted January 22, 2010 The problem in incorrect mapping of gradient filling because width of columns is too small.. probably need verification... Waiting for the next version of FC :w00t: Share this post Link to post Share on other sites
friendly.panda Report post Posted January 22, 2010 Using one Dataset and 285 <set>: Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 22, 2010 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
friendly.panda Report post Posted January 22, 2010 Unfortunately, one of our project developers group need to use horizontal gradient(plotFillAngle='0') and different colors( <chart plotgradientcolor> != <dataset color> ) Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 22, 2010 (edited) 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 January 22, 2010 by Guest Share this post Link to post Share on other sites