Ovilia opened a new issue #14067:
URL: https://github.com/apache/echarts/issues/14067


   ### What problem does this feature solve?
   
   When using in TypeScript projects, `series[pie].label.margin` gets the 
following error:
   
   ```
   Type '{ position: "outer"; alignTo: "edge"; bleedMargin: number; margin: 
number; }' is not assignable to type 'PieLabelOption'.
     Object literal may only specify known properties, and 'margin' does not 
exist in type 'PieLabelOption'.ts(2322)
   ```
   
   ### What is expected?
   
   No type error.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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.

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