Vijaya_FC

Rendering The Existing Chart In A New Window Using Link

Recommended Posts

Guest Angie

Hi,

FusionCharts provides the option to turn each data plot item (like column, pie etc.) or the whole chart as a hot-spot that be clicked on for drill down. A data plot item is set as hot-spot by setting link attribute for that data-plot in chart data.

 

For more details, please visit this link: http://www.fusioncha...LinkFormat.html

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Could you please send us a screenshot of your requirement?

 

Awaiting for your reply.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

To export chart data to excel, you would need to use getDataAsCSV() function and post the same using your own code using any server side scripting.

 

To open the existing chart on the same window, you would need to create a pop up window using JavaScript and pass the same code to the window to render the chart .

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Hi,

 

 

"To open the existing chart on the same window, you would need to create a pop up window using JavaScript and pass the same code to the window to render the chart "

 

 

I am using the ajax call to get the data for rendering the chart initially. So, Is it required to call the same method(ajax call) to get the data from the database to render the data in new window?

 

Can't I use already rendered data by using the getDataXML as an input to the chart to open it in new window?

 

Is there any other way to do this?

 

Thanks,

Vijaya

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thanks for your reply.

You can use the already rendered data by using the getDataXML as an input to the chart to open it in new window.

Hope this helps.smile.gif

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