You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a theme with theme builder and change legend color to a different one (like a ugly red to see it easilly)
Register this theme
init echart with this theme
Create a chart with legend
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
- OS: MacOs
- Browser: Chrome
- Framework: Vue@3 but I have same thing without framework
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Version
5.6.0
Link to Minimal Reproduction
https://codepen.io/throrin19/pen/ogvEgxp
Steps to Reproduce
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
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: