使用AmCharts将单个表导出为PDF

时间:2018-06-14 09:27:17

标签: amcharts html-to-pdf

https://codepen.io/team/amcharts/pen/35076c4d7b6eef7764dacc61f72adadc

在上面的教程中,他们正在导出一些AmChart图,然后将它们转换为PDF; 这是我现在面临的问题: 我想使用AmCharts导出功能将单个表导出为PDF。 但是,下一行代码似乎不起作用

chart["export"].toPDF(layout, function(data) {
this.download(data, "application/pdf", "amCharts.pdf");
});

有没有办法使用AmCharts .toPDF()函数将表导出为PDF?

0 个答案:

没有答案