plainheart commented on issue #18300:
URL: https://github.com/apache/echarts/issues/18300#issuecomment-1440423752

   Sorry this is an known issue that the `LabelLayout` feature will be 
tree-shaked when building. Please import this feature manually for now.
   
   ```ts
   import * as echarts from 'echarts/core'
   import { LabelLayout } from 'echarts/features'
   
   echarts.use([LabelLayout])
   ```


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