Philippe Rivière
Philippe Rivière
Tentative implementation : https://observablehq.com/d/2044e02a89cc688a [EDIT: new URL] Since `Brush extends Dot` the brushed values appear as new dots. Seemed like a base, but might not cover all use cases.
A smaller issue is that hard-coded `.plot background {#fff}`, which I had to override in bf7b99fbe9a77052008c38b5e50a390618c8fad9
Generally we'd want to draw areas below the axes, and lines and points above them, so in a sense it feels we'll need more than a binary choice (of top...
Auto-detecting when this situation happens is more difficult than it seems at first glance. And it could be argued it's a type of scale (type="integer"), rather than a type of...
A [Voronoi mark](https://observablehq.com/@fil/plot-voronoi-0-1) could allow this, but more generally I'm wondering if we should have an event-based system for hover. `viewof plot` will be dedicated to the selection (or full...
My remark was more about separating the two signals: if the viewof channel is dedicated to filtering (typically brushing), I don't think it should be used to send information about...
I have this [data editor plugin example](https://observablehq.com/@fil/edit-data-with-plot) where I'm sending a customEvent with modified data — but getting the actual target of that event is a bit of a mess,...
Also need to mention https://observablehq.com/@fil/experimental-plot-tooltip-01 which partly addresses this issue. Again it shows some problems with (the way I intercept) the creation of a faceted *g* to add interactive behaviors....
I have fixed the links; if you play with them, I would be happy to have feedback.
I can't give a specific date but interaction is definitely on the roadmap.