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

Brushes not updated after invoking commonScale() #269

Open julianheinrich opened 8 years ago

julianheinrich commented 8 years ago

The current brushes should reflect the changes of rescaled values when invoking

pc.commonScale(true);

EDIT: this is related to #78