candy4290 opened a new issue, #18444:
URL: https://github.com/apache/echarts/issues/18444

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/gifted-dirac-z8q7u5?file=/src/index.js
   
   ### Steps to Reproduce
   
   setTimeout(() => {
     chart.resize();
     console.log("---");
   }, 2000);
   
   打开页面,2秒后调用resize,发现handleIcon高度被拉绳
   
   ### Current Behavior
   
   打开页面,2秒后调用resize,发现handleIcon高度被拉绳
   
   ### Expected Behavior
   
   自定义的handleIcon图片高度永远不会变形
   
   ### Environment
   
   ```markdown
   - OS:window10
   - Browser: Chrome 111.0.5563.65
   - Framework: just normal js
   ```
   
   
   ### 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]

Reply via email to