Skip to content

Adding Stride parameter to addRangeChangeCallback #3

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions