support arrays of color and colorscale for line and fillcolor of `plotly.graph_objects.Scatter`
未關閉
還沒有人認領這個 Issue。
feature
P3
- 主要語言
- JavaScript
- 星號
- 18.3k
- 分支
- 2k
- 平均合併
- 2 天 12 小時
- 30 天內合併 PR
- 28
描述
Coming from plotly.py. Since this is about the plotly.graph_objects module, the issue is posted here.
Currently, only plotly.graph_objects.Scatter.marker, plotly.graph_objects.Scatter.marker.gradient and plotly.graph_objects.Scatter.marker.line supports assigning colors by arrays of color along with colorscale.
Could the same color-setting techniques be allowed for plotly.graph_objects.Scatter.line and plotly.graph_objects.Scatter.fillcolor as well?
p.s. Links to the current documentation:
- The following supports arrays of color with
colorscale:
- The following doesn't support arrays of color with
colorscale:
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先追蹤 Scatter.marker、marker.gradient 和 marker.line 如何接受搭配 colorscale 的色彩陣列,然後比較 Scatter.line 和 fillcolor 的處理方式。在現有文件連結中確認預期行為,並新增覆蓋測試,展示陣列對這兩個屬性都有效,同時不會破壞純量色彩。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100