Using plotly-resampler with streamlit #337
lawrencefchan
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @lawrencefchan, You might find this example from our repository helpful: Streamlit App Example. It demonstrates how to integrate a Kind regards, |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I have a streamlit dashboard in which I'm currently using plotly with to plot a fairly large dataset. It can be fairly slow at times, and I suspect that plotly-resampler would be perfect for improving the plotting performance, but I haven't found a way to connect the two together. The issue as I understand it is that streamlit effectively calls
fig.show()
when displaying plotly charts, which breaks the ability of plotly-resampler to do its job.Has anyone run into a similar issue, or is able to suggest a workaround?
Beta Was this translation helpful? Give feedback.
All reactions