throrin19 opened a new issue, #20665: URL: https://github.com/apache/echarts/issues/20665
### Version 5.6.0 ### Link to Minimal Reproduction https://codepen.io/throrin19/pen/ogvEgxp ### Steps to Reproduce 1. Create a theme with theme builder and change legend color to a different one (like a ugly red to see it easilly) 2. Register this theme 3. init echart with this theme 4. Create a chart with legend 5. And voilĂ , the color is not correct ### Current Behavior The legend works fine in theme builder but not if we use this theme in our project with no reason. In my example, I set the legend color to red and I want to see that :  But Actually I have this result with no modification of the legend. If I inspect the result with SvgRenderer, the legend Text fill is set to `#333` and don't change.  ### Expected Behavior The theme apply the correct legend color. ### Environment ```markdown - OS: MacOs - Browser: Chrome - Framework: Vue@3 but I have same thing without 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]
