We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考 官网中的例子 如果后续对 lineY 数据进行更新,会出现绘制错误
https://codesandbox.io/s/lucid-colden-mkycwc?file=/index.ts
预期: 箭头应该会随 lineY 变化, 实际: 除了箭头会绘制在对应的新值位置上, 会有多余的箭头出现在错误位置
#4845 No response
The text was updated successfully, but these errors were encountered:
这个场景中还发现了另外一个问题,当chart 设置autoFit: true 时,每次重新绘制 lineY 都会导致 canvas 高度增加,复现的方式,我已经更新
不知道有什么方式可以避免这种计算错误问题
Sorry, something went wrong.
这个场景中还发现了另外一个问题,当chart 设置autoFit: true 时,每次重新绘制 lineY 都会导致 canvas 高度增加,复现的方式,我已经更新 https://codesandbox.io/s/lucid-colden-mkycwc?file=/index.ts 不知道有什么方式可以避免这种计算错误问题
通过强制设置父容器的高度可以避免这个自动增高的问题,但是我觉得这个现象还是有问题的
解决这个最好的做法是在 G 中去处理 Path shape,在他销毁的时候,也需要把对应的 marker 销毁。
Successfully merging a pull request may close this issue.
问题描述
参考 官网中的例子
如果后续对 lineY 数据进行更新,会出现绘制错误
重现链接
https://codesandbox.io/s/lucid-colden-mkycwc?file=/index.ts
重现步骤
预期行为
预期: 箭头应该会随 lineY 变化,
实际: 除了箭头会绘制在对应的新值位置上, 会有多余的箭头出现在错误位置
平台
屏幕截图或视频(可选)
补充说明(可选)
#4845
No response
The text was updated successfully, but these errors were encountered: