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
密度热力图开启tooltip时,数据不随鼠标移动更新; 比如下面这张图,无论鼠标怎么移动,tooltip始终显示第一个点的数据
https://stackblitz.com/edit/react-uwwgnvtc
重现方式:官网的例子(https://g2.antv.antgroup.com/examples/general/heatmap/#heatmap )去掉heatmap的.tooltip(false)让提示显示,或者用上面StackBlitz的链接 );
.tooltip(false)
🆕 5.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug / 问题描述
密度热力图开启tooltip时,数据不随鼠标移动更新;
比如下面这张图,无论鼠标怎么移动,tooltip始终显示第一个点的数据
Reproduction link / 复现链接
https://stackblitz.com/edit/react-uwwgnvtc
Steps to Reproduce the Bug or Issue / 重现步骤
重现方式:官网的例子(https://g2.antv.antgroup.com/examples/general/heatmap/#heatmap )去掉heatmap的
.tooltip(false)
让提示显示,或者用上面StackBlitz的链接 );Version / 版本
🆕 5.x
OS / 操作系统
Browser / 浏览器
The text was updated successfully, but these errors were encountered: