Highcharts图片导出
// 图片导出代码
Highcharts.exportCharts({
type: 'image/png',
filename: 'chart',
options: {},
chartOptions: {}
});
3.95KB
文件大小:
评论区