Panning and zooming
mbostock opened this issue · 12 comments
mbostock commented
It would be nice to support pan-and-zoom interaction (à la d3-zoom) in dense scatterplots with Plot. Presumably this would work by altering the scale domains and then re-rendering the plot.
aemonm commented
It would be nice if zooming and panning were supported in geo contexts as well.
jcolot commented
In the meantime, something along those lines is working https://observablehq.com/d/223f34bca10702a3
VertikaJain commented
@mbostock Will this also include the zooming option for 2D/3D maps?