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
自定义tootip,tootip中的按钮可以点击现在每次想移入tootip,都会立马消失偏移到下一个坐标
interaction: { tooltip: { render: ( _e: any, { title, items }: { title: string; items: any[] }, ) => { return }
The text was updated successfully, but these errors were encountered:
closed by: antvis/G2#6296
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🧐 问题描述 [详细地描述问题,让大家都能理解]
自定义tootip,tootip中的按钮可以点击现在每次想移入tootip,都会立马消失偏移到下一个坐标
💻 示例代码 [如果有必要,展示代码,线上示例,或仓库]
interaction: {
tooltip: {
render: (
_e: any,
{ title, items }: { title: string; items: any[] },
) => {
return
}
🚑 其他信息 [如截图等其他信息可以贴在这里]
The text was updated successfully, but these errors were encountered: