zhoufanglu opened a new issue #15301: URL: https://github.com/apache/echarts/issues/15301
### Version 5.1.2 ### Reproduction link [https://ecomfe.github.io/echarts-issue-helper/](https://ecomfe.github.io/echarts-issue-helper/) ### Steps to reproduce npm echarts4 update to echarts5 ```js axisLabel: { textStyle: { color: '#999', //坐标轴字颜色 fontSize: '1rem' }, }, ``` ### What is expected? I want to no warning ### What is actually happening? [ECharts] DEPRECATED: textStyle hierarchy in axisLabel has been removed since 4.0. All textStyle properties are configured in axisLabel directly now.  --- 4->5,What should we pay attention to when we upgrade the API? The content of the report's warning is almost impossible to find online <!-- 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. 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]
