Boxplot has horizontal axis ticks overlap axis title
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 18.3k
- 派生
- 2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 28
描述
While zooming in and dragging a categorical boxplot, I got in a state where the longer labels of the horizontal axis, that are displayed in an angle, overlap the horizontal axis title. To get to this state, one has to zoom in so that only shorter labels are displayed oblique, then drag the plot so that a long label appears in the corner of the plot, without getting over the axis title. I noticed that the title moves upper when I leave my mouse button. Then click to drag again until the longer label is over the axis title.
If from step 1 I drag more so that the longer label is over the axis title, and I release the mouse button, the plot moves a bit up so that the label does not overlap the title.
Step 1: zoom in to only see short labels:
Step 2: drag to the right to make a long label appear on the left:
notice the title moved upper (this is important in order to reproduce) instead of staying on the bottom of the div
Step 3: drag to the right so that the long label overlaps the title
From step 1, if you drag directly to a position similar to step 3, you'll get into a state where there is no overlap:
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先使用 issue 的三步缩放和拖拽序列复现分类 boxplot 交互,尤其要关注会将标题向上移动的中间释放操作。检查该序列涉及的 boxplot 坐标轴标签和标题布局行为;完成的标准是,拖拽后较长的倾斜水平轴标签不会与坐标轴标题重叠,同时直接拖拽路径仍然正确。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100