Is there a way to make the rowstate handler less laggy?
Is it possible to make the rowstate handler only fire on mouse up or after a selection event is completed? The realtime event causes drag select from my graph to lag and makes the user experience unpleasant. I've gone so far as to completely rewrite a selection event in the mousetrap thing but I'm having trouble applying it to histograms and I don't even love how it's performing either. It would...