Darlesson
Darlesson
When and how are you planning to load the scripts? Are you trying to load them when loading the chart? Are you using something like RequireJS? I recommend you to...
First you need to add the export files to your project. Please check the information here: https://github.com/amcharts/export#1-include-the-minified-version-of-file-of-this-plugin-as-well-as-the Then add the `"export"` setting to your chart configuration and set `"enabled"` to...
[recalculateToPercents](https://docs.amcharts.com/3/javascriptcharts/ValueAxis#recalculateToPercents) is meant for Serial and Stock charts only. The documentation was updated to clarify the usage. Unfortunately the editor can't disable functionalities based on the chart type.
You could find the DOM element instead: `e.chart.div.querySelector('.amcharts-scrollbar-chart-div')`. Please check the updated example here: http://jsfiddle.net/p6rc8y00/68/
I would recommend the use of [setupFiles](https://jestjs.io/docs/en/configuration.html#setupfiles-array) to inject amCharts files to the environment.
Your charts seem to refer to you local computer as in `localhost:4200`. Are you missing the images in your image `/amcharts/images` folder?
It's necessary to set [Page.setDownloadBehavior](https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setDownloadBehavior) to define where Chrome will save the downloaded file when using Puppeteer. Unfortunately that is no longer working. [PhantomJS](http://phantomjs.org/) is not being supported for some...
For anybody checking this ticket, I also recommend checking #569.