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
场景:X轴600个 + 分组10个 + 开启 labels ; 即使 labels 开启了 overlapHide 也是会卡顿(比如拖动slider,没法很丝滑)
https://codesandbox.io/p/sandbox/line-point-3xmy4x
No response
不卡顿;
The text was updated successfully, but these errors were encountered:
您提到在折线图中开启大量标签会导致卡顿的问题,即使开启了 overlapHide 选项。这个问题可能与图表渲染的性能有关,尤其是在处理大量数据点时。
overlapHide
以下是一些可能的优化建议:
减少标签数量:如果可能,尝试减少显示的标签数量。您可以通过设置标签的显示间隔来实现,例如每隔几个数据点显示一个标签。
使用虚拟滚动:如果数据量非常大,考虑使用虚拟滚动技术来只渲染可见区域的数据点。
优化图表配置:检查图表的其他配置项,确保没有不必要的开销。例如,检查是否有多余的动画效果或复杂的样式设置。
升级图表库版本:确保您使用的是最新版本的 antvis/G2,可能会包含性能改进。
浏览器性能:不同的浏览器可能对图表渲染有不同的性能表现,尝试在不同的浏览器中测试。
如果这些建议没有解决问题,可能需要进一步分析具体的代码实现和数据结构。如果您有更多的代码细节或具体的实现问题,可以提供更多信息以便我帮助您更好地解决问题。
Sorry, something went wrong.
No branches or pull requests
问题描述
场景:X轴600个 + 分组10个 + 开启 labels ;
即使 labels 开启了 overlapHide 也是会卡顿(比如拖动slider,没法很丝滑)
重现链接
https://codesandbox.io/p/sandbox/line-point-3xmy4x
重现步骤
No response
预期行为
不卡顿;
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: