Glavin001 / ember-c3

:chart_with_upwards_trend: Ember addon library for C3, a D3-based reusable chart library.
http://glavin001.github.io/ember-c3/
MIT License
81 stars 60 forks source link

Fix reload #64

Closed JustInToCoding closed 5 years ago

JustInToCoding commented 7 years ago

This should fix reloading when attributes have changed. The didReceiveAttrs hook is always called after didUpdateAttrs, which caused _setupc3() to be called again after attributes have been changed.