Timeline slider causes width flickering/glitching
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
Hello there!
Basically I’m using a px.density_mapbox for plotting animated coordinates over a map, and using a slider which allows users to “time-travel” over the coordinates. When I hit the play button it seems to work relatively fine, but when I update the slider manually the mapbox’s width starts filckering/glitching around, by this I mean it’s width changes randomly as shown in this video 2
I’ve expericenced this behaviour using plotly with streamlit as well as with jupyter-notebook (both notebook_connected and browser rendering modes)
Does anyone know what could be the cause for this? Thanks!
Code:
fig = px.density_mapbox(coords_df,
title=f"Some Nice title",
lat="lat",
lon="lon",
animation_frame="hour_minute",
animation_group="service_id",
radius=10,
)
fig.show()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided px.density_mapbox example and reproduce the width flickering while manually moving the animation slider. Compare the behavior in Streamlit and Jupyter Notebook using notebook_connected and browser rendering modes; done means identifying the cause and documenting a reproducible result or confirmed fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python, streamlit
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100