razvan.deac Report post Posted December 5, 2013 Hi, Consider the following html structure: <body style="overflow: hidden; height: 100%"> <div class="wrapper" style="overflow: auto; height: 100%"> <div id="chartContainer_1"></div> <div id="chartContainer_2"></div> ........ <div id="chartContainer_n"></div> </div> </body> Charts will be rendered in this containers. Once you scroll down charts won't display labels anymore also drilldown function won't be called anymore. Is there a way to fix this? Thanks, Razvan Share this post Link to post Share on other sites
Guest Rishab Report post Posted December 6, 2013 Hi,At my end no such issue is replicated in the mentioned scenario.Can you please provide me the sample code or a live URL of your application that may help to replicate the issue at my end?Also, let me know the browser details along with the FusionCharts XT suite version you are using. Meanwhile, you can refer the attached sample. Awaiting response. Column3D.zip Share this post Link to post Share on other sites
razvan.deac Report post Posted December 6, 2013 Hi Rishab, I've attached the sample html file. FC version 3.2.4-release.8565, browser used Chrome. Thanks, Razvan charts.html Share this post Link to post Share on other sites
Guest Rishab Report post Posted December 9, 2013 Hi,Can you please try updating the FusionCharts XT suite and then render the chart?In the current version of FusionCharts XT (v-3.3.1 sr3) no issues are replicated.Please refer the attached sample and let me know if still your issue persists.Hope this helps. Scroll.zip Share this post Link to post Share on other sites
razvan.deac Report post Posted December 12, 2013 Hi, I've tested with the new version of FusionCharts XT and it works. Thanks for help, Razvan Share this post Link to post Share on other sites