ArcLayer hover/tooltip text

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

1 Like

I’m looking forward to it too. I’m using ScatterplotLayer.

1 Like

Hi @dasb and @Lazaro_Pinheiro_Domi, thanks a lot for your question. We don’t support all the options in deck.gl in streamlit. Since we translate the API to Python, we support only a subset. That said, this seems like a very interesting feature request. I will file it on github and we go from there to track this.

Best,
Matteo

1 Like

Here is the link to the feature request: https://github.com/streamlit/streamlit/issues/627

1 Like