Timeline slider causes width flickering/glitching
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 18.8k
- 派生
- 2.8k
- 平均合并
- 16 小时 26 分钟
- 30 天内合并 PR
- 21
描述
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()
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从提供的 px.density_mapbox 示例开始,在手动移动动画滑块时复现宽度闪烁现象。使用 notebook_connected 和 browser 渲染模式比较 Streamlit 和 Jupyter Notebook 中的行为;完成的标准是确定原因,并记录可复现的结果或已确认的修复。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- jupyter-notebook, python, streamlit
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100