You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a grouped column chart(isGroup: true) with a scrollbar(scrollbar: { type: 'horizontal', ratio: 0.3 }), the tooltip shows incorrect data on initial render.
On first load:
Hovering over the 4th column of the 1st group shows the tooltip for a column in the 2nd group instead.
However, after scrolling the chart slightly, the tooltip behavior corrects itself and displays accurate values.
This seems like a render sync or layout issue that affects the hover hitboxes before any user interaction with the scrollbar.
Note: The highlight background is not cover the group column too
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug / 问题描述
When using a grouped column chart
(isGroup: true)
with a scrollbar(scrollbar: { type: 'horizontal', ratio: 0.3 })
, thetooltip shows incorrect data on initial render
.On first load:
This seems like a render sync or layout issue that affects the hover hitboxes before any user interaction with the scrollbar.
Note: The highlight background is not cover the group column too
Video.2025-03-22.113722.mp4
Reproduction link / 复现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
No response
Version / 版本
🆕 2.x
OS / 操作系统
Browser / 浏览器
The text was updated successfully, but these errors were encountered: