antvis / G2Plot

:dango: An interactive and responsive charting library based on G2.
https://g2plot.antv.antgroup.com
MIT License
2.56k stars 607 forks source link

🐛 [BUG] 分组玫瑰图🌹 自定义tooltip交互 && 自定义tooltip展示内容时,鼠标移入后部分tooltip不显示 #2627

Closed ntscshen closed 3 years ago

ntscshen commented 3 years ago

🐛 Bug description [Please make everyone to understand it]

自定义tooltip交互 && 自定义tooltip展示内容时,鼠标移入后部分tooltip不显示

  1. 自定义tooltip交互? 有点击触发需求
  2. 自定义tooltip展示内容时?有自定义icon需求

💻 Link to minimal reproduction

https://codesandbox.io/s/stoic-heisenberg-sff3j?file=/index.js

📷 Step to reproduce

🏞 Expected result

🚑 Any additional [like screenshots]

Angelii commented 3 years ago

image 你好,自定义tooltip中的svg遮挡了hover的部分,可以设置一下svg的宽高

visiky commented 3 years ago

是否已经解决了?

ntscshen commented 3 years ago

感谢~ 就是这个自定义svg导致的~