Sign in to follow this  
TIGigatron

Export chart to image and chart animation lag.

Recommended Posts

Hello. I have two questions.

I have to send a chart via email to the users. The charts will be dynamically constructed by a script, and won't be rendered. Is there any way to export a chart to image file? Or it has any better way to do that?

Also, my dashboard page has various charts and the gauge widget. The animation of the charts is very lagged and in sometimes can't even be seen. Is there any way to 'control' the order the charts will be rendered? I'm using setTimeOut from JS, but is not the better solution...

 

Thanks

Share this post


Link to post
Share on other sites

Hi,

 

For charts to be exported as images, it needs to be rendered first. Natively, it is not possible to export without rendering. But you can try out a third party namely PhantomJS that might server your requirement. Please refer: http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/

 

For the dashboard issue, currently we suggest you to use the setTimeOut from JS as there isn't any better solution for it.

 

Hope the information is helpful.

 

Thanks.

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