plainheart commented on issue #19175:
URL: https://github.com/apache/echarts/issues/19175#issuecomment-1751673110
目前按需引入需要手动导入一下 `LabelLayout` feature,否则 build 时会被 tree-shaking 移除。
```ts
import { use } from 'echarts/core'
import { LabelLayout } from 'echarts/features'
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]