altair_recipes icon indicating copy to clipboard operation
altair_recipes copied to clipboard

Add interactions.

Open piccolbo opened this issue 6 years ago • 2 comments

Is there a way that we can add interaction to some or most existing viz that makes sense? Like a "default" interaction? It's harder because interaction is new and there isn't a lot of precedent.

piccolbo avatar Sep 27 '18 16:09 piccolbo

One option could be zooming and panning as in matplotlib viewer. This is pre-packaged by altair in Chart .interactive() in consideration of how common a pattern this is.

piccolbo avatar Sep 27 '18 16:09 piccolbo

One element we have already are tooltips on hover in the scatterplot. Can they be extended to other charts?

piccolbo avatar Sep 27 '18 16:09 piccolbo