Srinivas Kalapala Report post Posted March 9, 2016 Hi All, AM new to Fusion charts and MVC. In our current project, we are rendering charts in a div along with a table below the chart. Now we need to add a Excel and PDF export to the charts including the Table in the DIV. I can use Fusion charts exportenabled property , but i can get only the chart not with the table. How i can read the complete Div data . Thank you in Advance. Share this post Link to post Share on other sites
Gagan Sikri Report post Posted March 10, 2016 Hi It is not possible to export whole web page using FusionCharts natively. It can be achieved using PhantomJS and below are the steps how it can be done: PhantomJS is a headless WebKit script-able with a JavaScript API. It has fast and native support for various web standards. To save a chart image using PhantomJS, without rendering it in a browser, follow the steps below: Choose the download for your Operating System and Download PhantomJS. Extract the files into your application folder along with the other FusionCharts JavaScript files. Copy the `savePDF.js` file. It can be obtained using this link. To execute from a command line use the command: `phantomjs savePDF.js [--delay ] [--scale ] TheURLOfAnyDashboard outputFileName` Refer to the article for a detailed description on exporting charts as images. Share this post Link to post Share on other sites