GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

Fix export property on Chart object for amCharts 3.13. #46

Closed andrewyager closed 8 years ago

andrewyager commented 8 years ago

Property definition was incorrectly referencing the 'export' field on the chart object; when the correct index for amCharts 3.13 is amExport.

Have left the Angular property as Export as this would meant that existing (broken) implementations would start working, and when this is updated to amCharts 3.14 (or later) the property would remain compatible.