altair_recipes
altair_recipes copied to clipboard
Add interactions.
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.
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.
One element we have already are tooltips on hover in the scatterplot. Can they be extended to other charts?