echarts [Feature] MarkLine tooltips are not shown when tooltip.trigger is axis

9o685dep  于 2个月前  发布在  Echarts
关注(0)|答案(2)|浏览(36)

Version

5.4.3

https://codesandbox.io/s/stacked-line-chart-forked-jfpn79?file=/index.html

Steps to Reproduce

  1. Open the link
  2. When you hover on the MarkLine component, the tooltip is not displayed but only the ones of the line series

Current Behavior

When you hover on the MarkLine component, the tooltip is not displayed but only the ones of the line series

Expected Behavior

I expect the markLine to be shown even on markLine. This happens when you set the tooltip. trigger equal to item for example.

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

8i9zcol2

8i9zcol21#

not-a-bug
The Expected Behavior is not confirmed by the documentation.
There is no statement saying that trigger: "axis" should output the same info as trigger: "item" .
Therefore you are asking for a new [Feature].

fcg9iug3

fcg9iug32#

Any news? I think this feature is relevant

相关问题