Dragmode false not working for horizontal scroll
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 18.3k
- 派生
- 2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 28
描述
This relates to #2844 which got partially solved by #3170 .
My problem is that dragmode = false should enable both horizontal and vertical scroll.
However, horizontal scrolling is not fully working.
In the case of a plot that is wider than the page, horizontal scrolling is not possible on a mobile device, if one tries to scroll within the axes. I want only the plot area to scroll, without the whole page overflowing the screen horizontally. That is why I arranged the divs in this way. I think this is a common use case.
Please check the following example on a mobile device:
https://codepen.io/maxnrw/pen/BaqGEYv
I tried to make it as simple as possible.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先在移动设备上重现 CodePen 示例,并将其行为与 issues #2844 和 #3170 中的上下文进行比较。跟踪 dragmode=false 如何处理坐标轴内的滚动。完成标准是:绘图区域内的水平滚动能够正常工作,且不会导致整个页面出现水平溢出,同时垂直滚动仍然可用。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data-visualization, frontend
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100