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