Sign in to follow this  
lastdonuk

Opening a new chart in a new page from a button click on the original page (which already contains a chart)

Recommended Posts

Hi,

 

 

 

I have the following scenario:

 

 

 

Page 1 > produces a chart using dataURL from a SelectedIndexChanged event in a Gridview

 

Page 2 > opened in a new window via a Button_click event from Page 1 (using Javascript open new window function)

 

 

 

Both of these events trigger correctly and the charts are produced, HOWEVER when the chart on Page 2 is rendered, the chart on Page 1 disappears.

 

 

 

Does anyone have any idea why this would occur?

 

 

 

My initial thoughts are to do with the FusionCharts.js functions and specifically, RenderChart, but am unsure how to proceed as my Javascript knowledge is pretty minimal...

 

 

 

Thanks in advance,

 

 

 

Bob

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