BigFatDog / parcoords-es

ES6 module of Syntagmatic's Parallel Coordinates
MIT License
62 stars 32 forks source link

flipAxisAndUpdatePCP() broken #30

Closed joshhjacobson closed 6 years ago

joshhjacobson commented 6 years ago

Hi,

I believe this is a minor bug. When you double click the axis title to flip an axis, the polylines will update but the axis itself does not. The console gives: TypeError: brushes[d].event is not a function brushReset.js:24:10

Very best, Josh

BigFatDog commented 6 years ago

Reproduced. When double click to flip an axis, there is also another minor bug:

pc.renderMarkedDefault(); is not a function

Will be fixed together.

BigFatDog commented 6 years ago

v2.1.7 has been released with the bugfix