echarts-bot[bot] commented on issue #19210:
URL: https://github.com/apache/echarts/issues/19210#issuecomment-1764108098

   @xhhxhh It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] Apple - iphone 14 Pro Max mobile phone, echarts binds click events, 
and the chart will flash every time you click it
   
   **BODY**
   
   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   not
   
   ### Steps to Reproduce
   
   Key code:
   this.option = {
       ...
       xAxis: { type: 'category'...},
       yAxis: [{type: "value"...}],
       series: [{ type: 'bar'...}]
   }
   this.echart.setOption(this.option)
   this.echart.getZr().on('click', (params) => {
       After binding the event, every time you click the bar chart, the iPhone 
14 Pro Max's echarts chart will flash quickly and then return to normal, as if 
re-rendered.
       Other phones have not found this problem.
   })
   
   ### Current Behavior
   
   Click on echarts, the chart flashes, and the experience is poor
   
   ### Expected Behavior
   
   echarts' click event should not flash the chart
   
   ### Environment
   
   ```markdown
   - OS: Apple
   - Browser: Nested h5 pages in the native app (the framework used by the h5 
page is uni-app)
   - Framework: [email protected]
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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]

Reply via email to