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