Skip to content

Brush events not throttled impacting performance #341

@deejay-hub

Description

@deejay-hub

Time Warp version
1.15

Describe the bug
The D3 brush on('brush', ...) handler fires at mouse-move frequency (potentially hundreds of times per second during a drag). Each invocation triggers d3timeline.redraw(), timelineAxis.redraw(), and timelineAxisLabel.redraw() — all of which manipulate the DOM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions