xhhxhh opened a new issue, #19210:
URL: https://github.com/apache/echarts/issues/19210
### Version
5.4.2
### Link to Minimal Reproduction
无
### Steps to Reproduce
关键代码:
this.option = {
...
xAxis: { type: 'category'...},
yAxis: [{type: "value"...}],
series: [{ type: 'bar'...}]
}
this.echart.setOption(this.option)
this.echart.getZr().on('click', (params) => {
// 绑定好事件后,每点击一下柱状图,iphone 14 Pro Max的echarts图表都会快速闪动一下然后恢复正常,就像重新渲染似的。
// 其他手机暂未发现这个问题。
})
### Current Behavior
点击echarts,图表出现闪动,体验很差
### Expected Behavior
echarts的click事件,不应该出现图表闪动
### Environment
```markdown
- OS: 苹果
- Browser: 原生app中嵌套的h5页面(h5页面使用的框架是uni-app)
- Framework: [email protected]
```
### 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]