GrantMStevens / amCharts-Angular

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

performance using zoom #68

Open lanneshoa opened 8 years ago

lanneshoa commented 8 years ago

Hi!

I'm using this directive to render chart like this one : https://www.amcharts.com/demos/line-chart-with-scroll-and-zoom/

Everything works fine, except when user uses zoom.

In this case, there is a performance issue, the zoom is very slow.

Do You know an existing workaround ?

Thanks