krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

Changing the domain provokes a refresh => no transition #658

Open mvidailhet opened 7 years ago

mvidailhet commented 7 years ago

The problem is that setting the domain will prevent the chart from animating when I change the data. Here is a Codepen showing the problem: http://codepen.io/mvidailhet/pen/RpKBMz?editors=1010

I tried doing the same thing using only nvd3 and the transitions work: http://codepen.io/mvidailhet/pen/QpdZvo?editors=1010