1nVitr0 opened a new issue, #21379: URL: https://github.com/apache/echarts/issues/21379
### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=radar ### Steps to Reproduce 1. Create a radar chart 2. Add the property `axisType = 'log'` to the `radar` options or an `radar.indicator` ### Current Behavior The `axisType` property has no influence on the scale of the radar axis. ### Expected Behavior The `axisType` property should result in a `log` scale radar axis if specified. ### Environment ```markdown - OS: Any - Browser: Any - Framework: Any ``` ### Any additional comments? Relevant Pull Request: https://github.com/apache/echarts/pull/11324 For issue https://github.com/apache/echarts/pull/11324 -- 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]
