HighCharts image export

后端 未结 2 1494
青春惊慌失措
青春惊慌失措 2021-01-27 13:44

I am using HighChart in my application. I want to export chart image on a button click like http://jsfiddle.net/hfrntt/fXHB5/1896/. but i want to save image in a predefined fold

2条回答
  •  日久生厌
    2021-01-27 14:11

    This is going to involve much more than simply using highcharts. You are going to have to use some sort of wrapper that will actually render the chart/page on the server-side and then essentially output it as an image. The following are links taken from a post on the highcharts website.

    GWT Highcharts wrapper

    Highcharts-server-side-export (with Rhino/Batik)

提交回复
热议问题