GrantMStevens / amCharts-Angular

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

Expose chart object #60

Closed developer1 closed 8 years ago

developer1 commented 8 years ago

Exposing the chart object allows us to manipulate the chart outside what this directive provides. Since amCharts will constantly be adding features it's difficult to always have them supported with this project. I used this to access the zoomToIndexes function of the chart in my project. I think this is a simple solution to get full chart functionality out of this directive.