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

Set brushExtents for 1D-axes-multi programmatically #302

Closed jmgelman closed 8 years ago

jmgelman commented 8 years ago

With a plot with brushing set to 1D-axes-multi, it seems like setting multiple brushing extents like below now work:

parcoords.brushExtents({"economy (mpg)":[[13.58,20.23],[31.46,39.95]],"cylinders":[[4,5]]})

Tested using examples/brushing.html in 1D-axes-multi mode.