dalejung / id3

interactive d3
Apache License 2.0
4 stars 0 forks source link

Brush Work #1

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

Make it so a figure can create a brush, and then make it so other figures can attach them.

dalejung commented 11 years ago
var brush = focus.brush();
fig.x.attach(brush);