-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Histogram events #2071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
feature
something new
Comments
(3) seems reasonable to me |
Closed
(3) works for me |
seconding (3) |
(3) ftw 🥇 |
ping @alexcjohnson looks implements #### doesn't close issues automatically. |
closed by #2113 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently histogram trace events (
click
,hover
,selecting
,selected
) yield the bin number in thepointNumber
field, and don't do anything to connect this back to the input arrays. That seems awkward for applications like crossfilter. How should we handle this?pointNumber
isn't actually a point number (ie you can't look up items ingd.data
from this)point
for each item in the selected bin, and don't report the bin itself at allpointNumber
tobinNumber
and the associated input data could be an array,pointNumbers
?histogram.calc
with minimal overhead, and just spit them out on demand)I'm leaning (3) but would love to hear opinions particularly from @cpsievert @chriddyp @monfera
The text was updated successfully, but these errors were encountered: