parallel-coordinates icon indicating copy to clipboard operation
parallel-coordinates copied to clipboard

moment when event "axesreorder" is triggered

Open UntotaufUrlaub opened this issue 10 years ago • 1 comments

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. dots_drawentoearly

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 :) )

UntotaufUrlaub avatar Aug 26 '15 13:08 UntotaufUrlaub

i have fixed my problemes

UntotaufUrlaub avatar Aug 28 '15 12:08 UntotaufUrlaub