Hi there,
I’ve just implemented pydeck charts and want to have users click on points in the chart and have that reflected elsewhere in the app.
I believe this needs pydeck event handling . Has anyone got this working? Is it implemented?
Thanks!
Hi there,
I’ve just implemented pydeck charts and want to have users click on points in the chart and have that reflected elsewhere in the app.
I believe this needs pydeck event handling . Has anyone got this working? Is it implemented?
Thanks!
Hey @rmcinerneyls,
Thanks for sharing this question!
This isn’t supported natively by Streamlit. A custom component would be the best way to implement this; unfortunately, I’m not aware of an existing custom component that supports this functionality.