Version
5.4.3
Link to Minimal Reproduction
https://codesandbox.io/s/stacked-line-chart-forked-jfpn79?file=/index.html
Steps to Reproduce
- Open the link
- 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
2条答案
按热度按时间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 astrigger: "item"
.Therefore you are asking for a new [Feature].
fcg9iug32#
Any news? I think this feature is relevant