Tanner Linsley
Tanner Linsley
Yes, this needs to be changed. If you would like to speed up the timeline, you can submit a PR with the appropriate changes and I'll merge and release :)
What I have in my mind is essentially x+y crosshairs that intersect at either your mouse/touch coords or (if we had an interaction model), the closest datum’s coords. But now...
No, it was mostly my own attempt to speak in "plot" vocabulary. I imagined the crosshairs as "marks" that were bound to the cursor position (or some interaction coordinate).
And who knows, that may be the case for the implementation, but I agree that crosshairs is a bit more descriptive for the concept as a whole.
You bet! I especially love how everything in Plot is "just a mark/transform/etc". This is just one situation where that's really helped me think more clearly about how the API...
Brainstorming thoughts: - HTML and/or SVG? - Hoist/Portal the tooltip out into parent elements or body? - Plot inside of the tooltip to create table-like lists with the same x/y/color/size...
I've been doing some (comparatively basic) voronoi/tooltip functionality in React Charts and would love to offer any help here that I can, if any. I can say from experience in...
I would accept a PR to change some things up here. Not sure how to go about it though, what do you have in mind?
Both happen just as things would in multi redux reducers. Each state can respond in its own way to the action :) On Thu, Jul 13, 2017 at 6:08 PM...
Would love to see a PR to fix this then :)