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


   In pie chart, i use `labelLayout` to show label on fixed position.
   
   ```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.


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