tokyohost opened a new issue, #19762: URL: https://github.com/apache/echarts/issues/19762
### Version 5.4.2 ### Link to Minimal Reproduction https://codepen.io/QWQ-QAQ/pen/OJGjXQQ ### Steps to Reproduce [Make pie chart labels different in color](https://codepen.io/QWQ-QAQ/pen/OJGjXQQ) ### Current Behavior  ### Expected Behavior <img width="307" alt="1711507763420" src="https://github.com/apache/echarts/assets/36682592/cd958dec-0a25-488f-8189-1beaf3fc2c44"> ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? 我通过rich 里的a,b 参数尝试控制不同的颜色,但是只会生效a 的,b部分的颜色一直跟着a走 `textStyle: { // 字符串模板 rich: { b: { align: 'left', // color: '#8D97A4', color: '1', width: 55, padding: [0, 8, 0, 0] }, a: { align: 'left', color: 'rgb(128, 134, 149)', width: 130, padding: [0, 8, 0, 0] }, } }` -- 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]
