domitry / Nyaplotjs

JavaScript plotting library
http://nyaplotjs.readthedocs.org
Other
21 stars 7 forks source link

Selecting data on filter cause bar charts to move two times #7

Closed domitry closed 8 years ago

domitry commented 10 years ago

http://www.domitry.com/gsoc/multi_pane2.html When I click 'Frequency' - 'PNR' pane, the bar chart in its left pane moves 2 times. Maybe there are some problems in the filter and event handler. (callback function is called 2 times?)

domitry commented 10 years ago

"callback function is called 2 times?" That may be wrong. I should search about d3.transition and d3.duration.