zimi Report post Posted June 3, 2010 I'm trying in one of my chart to display around 800 bar's ... when I reach around 100 bars my browser fails to render all bars, so the chart looks half finished. Not sure whether this is due to Flash limitations or because of FusionCharts. Please let me know if you have experienced similar issue and how you have resolved it. Many thanks, zimi Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 3, 2010 Hi Zimi, Welcome to FusionCharts forum. Could you please try re-rendering the chart by setting the attribute 'animation' to '0'. Please note, that you need not apply the 'Style' features on the chart as well please do not apply any gradient color for the dataplots. Hope this helps. Share this post Link to post Share on other sites
zimi Report post Posted June 6, 2010 Dear Basundhara, Thank you for looking into this. I did as you suggested but I still have the same issue. Could you please try on your system using stackedBar2D chart to display over 500 bars? I appreciate your help. Regards, Saulius Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 7, 2010 Hi Zimi, Thanks for your kind words. Could you please send us the XML codes that you are using as an attachment? Awaiting your reply. Share this post Link to post Share on other sites
zimi Report post Posted June 8, 2010 Dear Basundhara, Did you have a chance to look into the XML I sent you? Do you have the same issue with the chart? Regards, Saulius Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 8, 2010 Hi Zimi, Could you please re-send us the XML codes, as we have not yet received it may be due to some error in the process. Awaiting your reply. :hehe: Share this post Link to post Share on other sites
zimi Report post Posted June 9, 2010 I sent you the code and i also pasted into this post. Share this post Link to post Share on other sites
zimi Report post Posted June 9, 2010 It seems that the system filters out XML examples posted in the forum. I have attach the file instead. Regards, Saulius FusionCharts(2).xml Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 10, 2010 Hi Zimi, The minimum pixel value required for each single dataplot to get humanly identified is 5-10 pixel. As you are using around 400 <category> elements, please try specifying the height of the chart as 4000 pixels to get the dataplots identified. Ref.- var chart = new FusionCharts("StackedBar2D.swf", "ChartId", "1200", "4000", "0", "1"); Also, please take a look into the XML that we are sending you as an attachment where we have added tooltext to <set> elements so that when you hover over the dataplots you can identify whether all the dataplots are getting rendered or not on the browser page. Please revert to us. Bar2D.zip Share this post Link to post Share on other sites
zimi Report post Posted June 13, 2010 We do resize the chart to fit all bars. new FusionCharts("/charts/StackedBar2D.swf", "NetPromoter", "700", "14940", "0", "1"); I still get the same issue even with the modified XML. What else should I try? Regards, Saulius Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 18, 2010 Hi Zimi, Please try mentioning the width and the height of the chart within '4000' * '4000' pixels as this is the limitation of the Flash Player. Share this post Link to post Share on other sites