0

I have a Highchart chart in my application and I don't want to use the inbuilt download button of Highcharts to download the chart. What I want is to have some Download button outside the Highchart and upon clicking on that Download button it should download the chart. Can this be done in Highcharts?

Yasiru Nilan
  • 447
  • 5
  • 28
  • 1
    May be useful https://stackoverflow.com/questions/46575211/offline-exporting-a-highcharts-chart-using-an-external-button – Sachink Sep 05 '18 at 05:50

1 Answers1

0

Have a look at this documentation I found.

https://www.highcharts.com/docs/export-module/export-module-overview

To unleash the full power of HTML5, it is also possible to fully disregard our built-in button and menu, and build your own buttons or links that call Chart.print() or Chart.exportChart() with parameters.

Lumnezia
  • 796
  • 2
  • 9
  • 32