echarts-bot[bot] commented on issue #16292: URL: https://github.com/apache/echarts/issues/16292#issuecomment-1001951470
@SurvivalBest It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Bug] When axisLabel uses rich text, if multiple rich texts are on the same line, all rich texts will use the align attribute of the first rich text **BODY** ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce  The requirement is to make a user ranking list, icons 1-3 need to be used, icons 4-10 do not use icons, use the corresponding text, you need to put the ranking and user name on one line, that is, [First]--[value in the screenshot 】Or【Other】--【value】 There will be a bug, the value cannot be set to align, the align of the value will be based on the align of First or Other, but the align of [Other] in the requirements must be center, and the align of [value] must be left ### Current Behavior  The current result is as shown above If the align of [Other] is set to left, as shown below  ### Expected Behavior  I hope that when the ranking and user name are placed in a row, the ranking can be aligned in the center and the user name can be aligned to the left ### Environment ```markdown -OS: -Browser: -Framework: ``` ### Any additional comments? _No response_ </details> -- 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]
