asavva Report post Posted April 8, 2009 I have a bar chart in a drilldown application. Sometimes the chart has 10 bars and sometimes has the 200 bars, in that case i want to resize the chart so it will be readable when i have a lot of records. I tried with javascript and nothing happens. Is there any suggestion, pls this is urgent. Share this post Link to post Share on other sites
Dhruva Report post Posted April 8, 2009 Hello, It is not possible to resize the chart dynamically. When you need to resize the chart, could you consider rendering it again with the new dimensions again in the same <div> ? Share this post Link to post Share on other sites
asavva Report post Posted April 8, 2009 Thanks i have done it succesfully, but another problem i face, is the background image when i set the height for the Bar2D chart over 6000px the backround image doesn't showing and the chart changes colours, any suggestions pls Thanking you in advance. Share this post Link to post Share on other sites
Dhruva Report post Posted April 8, 2009 Hello again, You're most welcome. Since FusionCharts is a Flash application, it cannot overcome the inherent limitations of Flash player. Since Flash movies essentially require memory to be rendered, there tend to be errors when extremely large values are set for height and width. Therefore, could you please try limiting the height/width to something below 4000pixels and try? Share this post Link to post Share on other sites