通过以下代码,我可以下载 highchart 图像,我想将图像自动保存在我的磁盘中,而不提示对话框。可能吗 ?
代码:
chart1.exportChart({ type: 'image/jpeg', filename: 'my-jpg' }, { subtitle: { text: ''} });
通过以下代码,我可以下载 highchart 图像,我想将图像自动保存在我的磁盘中,而不提示对话框。可能吗 ?
代码:
chart1.exportChart({ type: 'image/jpeg', filename: 'my-jpg' }, { subtitle: { text: ''} });