GrantMStevens / amCharts-Angular

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

ValueAxis should accept Array and Object as parameters #33

Closed peluprvi closed 8 years ago

peluprvi commented 8 years ago

There are more object options inside a ValueAxis, like dateFormats, durationUnits, etc. AmCharts documentation for ValueAxis

I removed the if inside the addValuesAxis function and it's worked for me.