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 212 forks source link

Axisreorder event is not triggering #357

Open berci-i opened 2 years ago

berci-i commented 2 years ago

I need to catch the "axesreorder" event but it seems like it's not triggering when I'm reordering the axes. Seems like "brush", "highlight" and "render" events listeners are working fine (I didn't test the rest of them). Does anyone have any insight on this? Thank you! image

(for a better understanding the brushend from the above picture is working as intended. The axisreorder is never triggered)