Vijaya_FC Report post Posted April 25, 2011 Hi, How to render the existing chart in a new window on clicking a link "Open in a new window". Thanks, Vijaya Share this post Link to post Share on other sites
Guest Angie Report post Posted April 25, 2011 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. Share this post Link to post Share on other sites
Vijaya_FC Report post Posted April 25, 2011 Hi, Its on each data plot item, But I need to add a link a saying "Open in New window" above the chart area. How to do this? Thanks, Vijaya Share this post Link to post Share on other sites
Guest Angie Report post Posted April 25, 2011 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
Vijaya_FC Report post Posted April 25, 2011 http://www.fusioncharts.com/docs/JavaScript/JS_ChangeData.html, In this page there is an example of changing the month. In the same way I need two buttons for exporting the chart data to excel, and another button to open the chart in new window like "Export Data to Excel" | "Open Chart in New Window" Share this post Link to post Share on other sites
Guest Angie Report post Posted April 25, 2011 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. Share this post Link to post Share on other sites
Vijaya_FC Report post Posted April 26, 2011 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 Report post Posted April 26, 2011 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. Share this post Link to post Share on other sites