plainheart opened a new issue, #20989: URL: https://github.com/apache/echarts/issues/20989
### What problem does this feature solve? 1. Uniform and simplify the axis name option structure. 2. Fix some `radar.axisName` options can't work as expected. ### What does the proposed API look like? - `nameLocation` -> `axisName.position` - `nameGap` -> `axisName.gap` - `nameRotate` -> `axisName.rotate` - `nameTextStyle` -> `axisName` root-level option - `nameTruncate` -> `axisName` root-level option - `nameTruncate.maxWidth` -> `axisName.width` - `nameTruncate.ellipsis` -> `axisName.ellipsis` - Add missing option `axisName.overflow` -- 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]
