Sign in to follow this  
Pallav

Charts transformed to JPG via saveAsImage() Missing Labels in the final output!

Recommended Posts

When programmatically rendering a chart and then using the FC_Rendered() method to immediately save that chart as an image, some labels may not be present. I documented it in detail on my blog (with screenshots) at http://www.dougboude.com/blog/1/2008/09/Converting-FusionChart-to-Image--Disappearing-Chart-Labels.cfm

It seems that FC_Rendered event is firing just a little bit too soon. When I manually added a delay within the FC_Rendered method (as outlined in the blog post link above), all labels rendered perfectly.

Perhaps a look at where within the AS FC_Rendered is being notified, or adding a very slight delay to that OR the saveAsImage() method?

I am using FusionCharts v 3.0.6 in IE 7 and Firefox 3.0.1

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