HI,
We are triying to export an accumulation chart (PDF, JPEG) as is explained in the documentation but it doesn't work.
This is what we tried:
this.$refs.myAccumulationChart.ej2Instances.exportModule.export("PDF", "myGraphName")
this.$refs.myAccumulationChart.ej2Instances.exportModule.export("JPEG", "myGraphName")
In this case we obtain an error because exportModule doesn't exists in accumulation charts dislike in the normal charts where it exists an works properly
Then, as is explained in the documentation we tried this
this.$refs.myAccumulationChart.export("PDF", "myGraphName")
this.$refs.myAccumulationChart..export("JPEG", "myGraphName")
https://ej2.syncfusion.com/vue/documentation/accumulation-chart/chart-print/#export
In this case no errors are obtained but it does nothing. We have found that the example showed in the link above does not work either.
Could you help us?
Thank you in advance for your response and regards
Gaspar