syntagmatic / parallel-coordinates

A d3-based parallel coordinates plot in canvas. This library is no longer actively developed.
http://syntagmatic.github.com/parallel-coordinates/
Other
511 stars 211 forks source link

brushExtents Example fixes #279

Closed Git-me-outta-here closed 8 years ago

Git-me-outta-here commented 8 years ago

Like other functions brushExtents() returns the brush extents, while brushExtents({'dimension': [from, to]}) sets the new extent and returns 'pc' for chaining.