Sign in to follow this  
jesser

Export Component Loses Exported Chart Content

Recommended Posts

Hi,

I'm currently developing an export panel in which i'm using the export component,

The component hides to the left until the user clicks on a side panel button to show it

when its not shown the export component container is set to the style="display: none" through some jquery

and changed to a visible value on user click,

the problem is that every time the container for the export component switched to/from display: none

the export component is rendered again (ot seems) and all exported items are lost

 

anyone know is there a way that I could back the list up to a temporary location and then on display just recover the list?

or is there any other way to get around this behaviour?

 

any help is much appreciated!

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