0415ypt00 opened a new issue, #18647:
URL: https://github.com/apache/echarts/issues/18647
### Version
4.3.0
### Link to Minimal Reproduction
1
### Steps to Reproduce
tooltip: {
trigger: "axis", // 坐标轴触发,主要在柱状图,折线图等会使用类目轴的图表中使用。
backgroundColor: "#fff", // 提示框浮层的背景颜色。
axisPointer: {
type: "cross"
}
},
### Current Behavior
我在移动端使用echarts,从4.3.0开始 我发现 trigger: "axis",
移动端上不会触发了,手指滑动的时候刻度线不会跟着聚焦,但是PC可以
### Expected Behavior
我希望在移动端trigger: "axis", 手指滑动的时候 也会跟着滑动
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]