chrisrzhou / react-wordcloud

☁️ Simple React + D3 wordcloud component with powerful features.

Home Page:https://react-wordcloud.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

triggering page rerun on hover

colinpriest opened this issue · comments

The streamlit wordcloud triggers a rerun of the entire streamlit page every time there is a hover event. This slows response times so much that I can't get a workable user experience. Please give us the option to stop this. I don't need the widget to send data to my app each time the user hovers over a word. I just need the hover text to appear.
The experience is even worse when the wordcloud is placed within a streamlit container. I can't get the wordcloud to render because it gets stuck in infinite page loads.