gioneves opened a new issue, #20899: URL: https://github.com/apache/echarts/issues/20899
### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeAoWsTADYEMBOAXMmurHjgCYQCuAzkQEQBsADAKQMkC-ANCeVToBBAB4R6xUrDABPEAFMiAcgDGOMPIDmwPDKV8pFdTiIBtJQFkY-2EoAq1eTaUB1eRSUBdA6RxjaADI4AEbyWESoUugq2DpEAG44WI4IAHywicnyCPCIDA7yDLAA_LAMAMQAZiwsRYzBWQw-UrQAFsAA7hYQ0EGh4bCVSbTyzaRtnRZ-fWFEQ1gjJOhc3D440JpY8qLiEUvScoq2mY76-37iMwORUQD0t7DQwGCwHToA1j2a--gTXT1XObDUY_WB_KYiQGDYFjaKxQgZJIpeDpE7ZXJ5ApFUoVaq1WD1Rr7FbLHwjPAQeQSUz7G5SWQKer4JqgmI6KjQdTyADKMloGgAtoxMLg8CyorAjGATLBTABGACsLB4sAATABmZVq1UAFhVqrlAA4VXL1QqTTqAOz61ieYkkO1cADcQA ### Steps to Reproduce 1. Create a chart using the `polar` coordinate system with both `radiusAxis` and `angleAxis` configured. 2. Define `axisLabel.color`, `showMinLabel`, and `showMaxLabel` in both axes. 3. Apply a function to `axisLabel.color` that conditionally returns different colors. 4. Observe the behavior — the configuration works correctly on `radiusAxis`, but not on `angleAxis`. ### Current Behavior In `angleAxis`, the `axisLabel.showMinLabel` and `showMaxLabel` properties are not respected — the minimum and maximum labels still appear. Additionally, the `axisLabel.color` function does not apply the specified colors in `angleAxis`. On the other hand, the exact same settings work correctly in `radiusAxis`, where min/max labels are hidden as expected and the dynamic color is applied properly. ### Expected Behavior The `angleAxis.axisLabel` should behave consistently with `radiusAxis`. Specifically: 1. `showMinLabel: false` and `showMaxLabel: false` should hide the corresponding labels in `angleAxis`. 2. The `color` function should apply dynamic label coloring based on the value. ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- 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]
