We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.5.2
https://codepen.io/crazyxhz/pen/XWxqVgy
in not hovered, label color is using the first pie's color
label color using corresponding pie's color
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
Remove the color callback function in the rich option and add color: 'inherit' into the label option.
rich
color: 'inherit'
label
Sorry, something went wrong.
THANKS it worked. May be we can put this in the docs: https://echarts.apache.org/zh/option.html#series-pie.label.color
fix(pie): add missing value 'inherit' for pie label color. (apache/ec…
d9372b1
…harts#18610)
@crazyxhz Thanks for your tip. I've added it to the documentation and updated the website. apache/echarts-doc@d9372b1
No branches or pull requests
Version
5.5.2
Link to Minimal Reproduction
https://codepen.io/crazyxhz/pen/XWxqVgy
Steps to Reproduce
https://codepen.io/crazyxhz/pen/XWxqVgy
Current Behavior
in not hovered, label color is using the first pie's color
Expected Behavior
label color using corresponding pie's color
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: