DevCloudFE / ng-devui-admin

Customizable admin dashboard template based on Angular and DevUI
https://devui.design/admin-page/home
MIT License
285 stars 52 forks source link

[BUG] many echarts warnings in browser console #40

Open wangyongtao opened 4 months ago

wangyongtao commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

git clone https://github.com/DevCloudFE/ng-devui-admin.git
cd ng-devui-admin
npm install --legacy-peer-deps
npm start
- [ECharts] DEPRECATED: textStyle hierarchy in axisLabel has been removed since 4.0. All textStyle properties are confiqured in axisLabel directly now.
- [ECharts] DEPRECATED: 'normal' hierarchy in itemStyle has been removed since 4.0. All style properties are confiqured in itemStyle directly now.
- [ECharts] DEPRECATED: textStyle hierarchy in label has been removed since 4.0. All textStyle properties are configured in label directly now.
- DEPRECATED: 'normal' hierarchy in iconStyle has been removed since 4.0. All style properties are configured in iconStyle directly now.

Expected behavior Eliminate or reduce console warnings.

Screenshots If applicable, add screenshots to help explain your problem.

WX20240424-210712@2x

environments (please complete the following information):

Additional context Add any other context about the problem here.