plotting large datasets behaves differently in 2.23 as in 2.16 with zsmooth "false" or "fast"
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 18.3k
- 派生
- 2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 28
描述
Hello,
I am having issue when I try to plot large set of data,
In the below code pen attached Link,
I was trying to plot heatmap just for one row and around 90,000 of data.
It was working before in 2.16.0 version,
but in later version after 2.23.0 to 2.27.0,
it does not seems to render same data which,
I was rendering before in 2.16.0.
[There is exceptional case for latest version,
if I set zsmooth property to "best" then it works,
but also not work with zsmooth "false" or "fast"]
[Sample Code] (https://codepen.io/Deepa-Dhiman-the-scripter/pen/KKJjmNG)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从链接的 CodePen 开始,在 Plotly.js 2.16.0 及更高版本中比较其包含约 90,000 个点的单行热力图。调查将 zsmooth 设置为 false、fast 和 best 时的渲染差异;当受影响的模式能够与之前的行为一致地渲染,或已明确记录变更后的行为时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100