Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Find better way to track numerical signals #13

Open
thinkh opened this issue Mar 23, 2018 · 0 comments
Open

Find better way to track numerical signals #13

thinkh opened this issue Mar 23, 2018 · 0 comments

Comments

@thinkh
Copy link
Member

thinkh commented Mar 23, 2018

Problem
An input range slide is bound to a signal, such as the selected year in the Gapminder example. When dragging the slider a series of signal events are fired. In case of provenance tracking that would result in dozens of nodes. What we need to track is only the final position of the slider.

Current solution
Directly grabbing the mouseup and touchend listener from the HTML input element.

Feature request
A more general solution would be better to not rely on the input element listener.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant