apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.66k stars 19.61k forks source link

[Bug] toolTips can't show in custom type #18843

Open zhanghuajunzhj opened 1 year ago

zhanghuajunzhj commented 1 year ago

Version

4.9.0

Link to Minimal Reproduction

none

Steps to Reproduce

WechatIMG35162 WechatIMG35163

WechatIMG35164

1 Detail code in pic1 and pic2. 2 For example, when I push my figure on start tag(label), toolTips can't show. when I push my figure on dashed line, toolTips can show. I think the two parts are combined.

Current Behavior

When I push my figure on start tag(label), toolTips can't show.

Expected Behavior

When I push my figure on start tag, toolTips can show.

Environment

- OS:IOS 16.0
- Browser: 
- Framework:Vue@2

Any additional comments?

No response

zhanghuajunzhj commented 1 year ago

Same example can see https://echarts.apache.org/examples/zh/editor.html?c=custom-profit. Click num can't let tooltip show.