Hi,
It would be convenient to add a stride parameter to callback functions, especially when we execute lot of code inside them.
Example:
var stride = 50;
horizontalBar.addLowerRangeChangeCallback(function(val) { heavycode(); }, stride);
Can we achieve this kind of behavior without editing the library ?
Thanks.
Hi,
It would be convenient to add a stride parameter to callback functions, especially when we execute lot of code inside them.
Example:
Can we achieve this kind of behavior without editing the library ?
Thanks.