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

bug fix for 1d axis brush, when there's only a single value fixes #92 #256

Closed ZuchaoWang closed 8 years ago

BroHammie commented 8 years ago

Thanks! @ZuchaoWang Can you update 1D.multi.js as well? In the 1D.js where you have

extents[dimension][0]

the 1D.multi.js needs to be

b[0]
ZuchaoWang commented 8 years ago

Hi @mcwillso, I have fixed that in the above commit! Before that I have also merged the current master.