amcharts / export

Apache License 2.0
56 stars 33 forks source link

Is it possible to export a section of the DOM as PNG, JPG, or PDF? #58

Closed mg1075 closed 7 years ago

mg1075 commented 7 years ago

According to issue #18, custom data can be exported using the plugin without using an amCharts chart.

To clarify, is it also possible to export a section of the DOM using the export plugin on a non-amCharts DOM element?

maertz commented 7 years ago

Unfortunately it is not possible but as mentioned in #10 and #18 html2canvas might be an option for you.