Open morrow95 opened 6 years ago
New comment from Zendesk by Anthony Piris on ticket 37219. (replying here will automatically notify amCharts support agent)
Hi there,
I responded to your stackoverflow post here: https://stackoverflow.com/a/50629996/6106614
To summarize - the example you're referencing is using an old version of the plugin, which is why you get the undefined AmExport error. The examples I linked, along with the one I created should get you started. The export plugin documentation also talks about the API methods in more detail.
I hope this helps.
Best,
Anthony Piris amCharts
Can you provide the any example in amchart4 as same like above?
Is it possible to call amchart export adaptor functionality in amcharts4 v?
I am trying to invoke export with my own buttons, outside of the chart, but am getting the following error :
I was using an example I found on stackoverflow at http://jsfiddle.net/BGuuT/2/ which works by the way, but doesn't seem to in my own implementation for some reason. Maybe I have a newer version?
I am including in my page :
html is :
I am getting the correct export value to pass here, but the constructor error still shows :
The only difference I can see between the mine and the link given is export.js compared to amexport_combined.js - the latter is not a file given in amcharts though. Ideas?