Hi!
Loving Streamlit so far, but I’m stuck on something.
I’m using an ArcLayer to show journeys, which is working fine, and using “pickable” I can hover over an arc and it gets highlighted. The deck.gl example for ArcLayer (https://deck.gl/#/documentation/deckgl-api-reference/layers/arc-layer) has a nice tooltip event to display some text, is this possible somehow in Streamlit?
Or is it the same feature that’s yet to be developed as per Hover and click events??
Thanks!
David