is there a way to make VegaLite.jl plots interactive? is it somehow planned for future releases?(Home · VegaLite.jl).
I’m looking for something similar to Altair for Python (https://altair-viz.github.io/) which is also based on Vega-Lite and where it is quite simple to add interactivity to the plots (Bindings, selections, zoom, variable selection, etc.).
I believe with VegaLite.jl you can virtually do anything you can do in Vega-Lite by passing a Vega-Lite specification to the @vlplot macro: The @vlplot command · VegaLite.jl