veg / flea-web-app

A client-side web app for visualizing FLEA pipeline analysis results.
Other
1 stars 0 forks source link

timeseries plot updated multiple times #19

Closed kemaleren closed 8 years ago

kemaleren commented 8 years ago

onChartChange() observes multiple properties, and gets called multiple times if more than one change at once. It should use Ember.run.once() to run after all changes, but for some reason that does not work.