Replies: 1 comment
-
|
这个问题没有办法避免,因为拾取到了多个 point,建议计算更合理的区间: // 更合理的区间
chart.scale("score", {
min: 0,
max: 800,
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述
雷达图点过于密集时,tooltip显示错误,显示数据夹杂了其他维度的数据
G2版本:4.2.8
重现链接
https://codesandbox.io/p/sandbox/lucid-dewdney-wf6zqx?file=%2Fpackage.json%3A7%2C27
重现步骤
预期行为
Development这一维度应该只显示
但是实际显示结果多了Design维度的数据b: 30
平台
屏幕截图或视频(可选)
补充说明(可选)
No response
Beta Was this translation helpful? Give feedback.
All reactions