amcharts / export

Apache License 2.0
56 stars 33 forks source link

Maximum call stack size exceeded #50

Closed daniele-zurico closed 7 years ago

daniele-zurico commented 7 years ago

Hello I'm trying to include:

require('script!../../../vendor/amcharts3/amcharts/plugins/export/export.min.js');

inside my project but when I try to enable the export property (the default one) I get:

Uncaught (in promise): RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
maertz commented 7 years ago

Thanks for pointing this out, can you give me few more details to be able to reproduce this issue?

daniele-zurico commented 7 years ago

Hi @maertz the problem was related with the previous release. I bought amcharts and exports was included but when you try to use it it fail for the above reason. Using the new version fix the problem