Allow range selector to work for sub-second steps
未關閉
還沒有人認領這個 Issue。
feature
P3
- 主要語言
- Python
- 星號
- 18.8k
- 分支
- 2.8k
- 平均合併
- 16 小時 26 分鐘
- 30 天內合併 PR
- 21
描述
I commonly have time series dataframes with sub-second frequencies (milli/micro/nano) and I would like to use Scatter plots with rangeselector to visualize them. Issue is rangeselector's buttons can only be provided with a step included in the following:
['month', 'year', 'day', 'hour', 'minute', 'second', 'all']
I would like to be able to pass as well: nanosecond, microsecond, and millisecond.
I am not familiar with the plotly.py codebase but I am happy to open a PR provided I can have some guidance.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先追蹤 plotly.py 如何驗證或序列化 Scatter 圖的 rangeselector 按鈕,重點放在 issue 中所述的允許 step 值。透過使用 nanosecond、microsecond 和 millisecond step 測試 rangeselector,並確認產生的繪圖設定可被接受,來驗證這項變更。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 43/100