parallel-coordinates
parallel-coordinates copied to clipboard
moment when event "axesreorder" is triggered
i noticed that the event "axesreorder" is fired at the moment you finish the mouse click and not when the axes are arrived at their new position.
This causes me problems to handle the updating of dots.
Is it on purpose that the event is triggered at the moment when the mouse-click is finished or could the triggering of the event be moved to the end of the function "reorderable" in particular to the the end of the "dragend" event, to cause that the event is triggered when the axes are at their right positions?
greetings Jones (and thanks for your greate work and help :) )
i have fixed my problemes