Need scrollbar when having many data in a boxplot to go over the data smooth
未關閉
還沒有人認領這個 Issue。
feature
P3
- 主要語言
- JavaScript
- 星號
- 18.3k
- 分支
- 2k
- 平均合併
- 2 天 12 小時
- 30 天內合併 PR
- 28
描述
In a boxplot, the user can have a lot of data. It is hard to visualize anything if all the data is shown. Instead, we can show several boxes when the plot renders, but the user needs to see the rest of the data (box by box, not all in one view). A horizontal scroll bar is ideal, because using the mouse to move the view will unintentionally change the vertical axis view and the purpose would be to visualize how the boxes differ in height and position on vertical axis.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定檔案或測試。先找出 plotly.js 中 boxplot 的繪製與互動進入點,接著檢查水平與垂直導覽的處理方式。完成的標準是使用者可以水平捲動瀏覽各個箱體,同時保留垂直軸檢視。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- d3, javascript
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100