How to enable drag’n’drop move and wheelmouse zoom on these two last charts?
PS: what’s the name of the Javascript chart renderer? (Is it based on Bokeh or some other project, or 100% written from scratch for the Streamlit project?)
You can zoom in altair, you have to call the .interactive method. Panning etc. should be possible too.
I used it once in one of my projects and got it to work. Unfortunatelly, I don’t have any code at hand right now.