percy507 opened a new issue #15701:
URL: https://github.com/apache/echarts/issues/15701


   ### Version
   5.2.0
   
   ### Steps to reproduce
   ```js
   {
     type: 'pie',
     radius: ['20%', '60%'],
     avoidLabelOverlap: false,
     labelLayout() {
       return {
         x: 200,
         y: 50,
         align: 'left',
       };
     },
     ...
   }
   ```
   
   When use ECharts v5.2, labelLayout works in local Env, but not works in 
production.
   
   Then i change the version to v5.1.1, labelLayout works in local and 
production Env both.
   
   ### What is expected?
    On Echarts v5.2, labelLayout works in production.
   
   ### What is actually happening?
   not works
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


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