echarts
echarts copied to clipboard
[Bug] Radar `axisType` is no longer supported
Version
6.0.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=radar
Steps to Reproduce
- Create a radar chart
- Add the property
axisType = 'log'to theradaroptions or anradar.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
- OS: Any
- Browser: Any
- Framework: Any
Any additional comments?
Relevant Original Pull Request: https://github.com/apache/echarts/pull/11324 for issue https://github.com/apache/echarts/pull/11324 Relevant commit that removed support: https://github.com/apache/echarts/commit/595c3d8af4c9d7c6908c1e2d974e3ba66cb4cc69
I would like to solve this issue