echarts [Bug] : Tooltip of series is not visible when hovered on graphic object.

bf1o4zei  于 2个月前  发布在  Echarts
关注(0)|答案(3)|浏览(42)

Version

5.4.2

https://echarts.apache.org/examples/en/editor.html?c=line-graphic

Steps to Reproduce

  1. Go to echart example.
  2. Hover on chart, tooltip is visible if hovered anywhere in chart as tooltip is triggered by 'axis'.
  3. now there is graphic object called 'Echarts Line Chart'. Hover on that, you will notice that tooltip is not visible.

Current Behavior

Tooltip is not showing if hovered from graphic object.

Expected Behavior

Series tooltip should be visible even if hovered from graphic object.

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

6uxekuva

6uxekuva1#

add silent: true to graphic object

kxeu7u2r

kxeu7u2r2#

We have click event on graphic object which we need so can not add silent. any other option there?

相关问题