uwgraphics / d3-twodim

A D3.v3.js module for creating 2D representations of data
http://uwgraphics.github.io/d3-twodim/
BSD 3-Clause "New" or "Revised" License
14 stars 10 forks source link

Unify filtering mechanisms #1

Closed yelper closed 8 years ago

yelper commented 8 years ago

Right now, the redraw() command is used in the global dispatch to tell components which items are selected (and they are selected by index). This can cause problems, especially if items are reordered within each component, leading to inconsistencies.

The components of this issue should be to: