-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
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
Tooltip callback labelColor
not being applied
#7227
Comments
@alexeigs all of the tooltip callbacks are nested one level deeper.
|
@etimberg Sorry, that was a mistake in copying code. In the actual example it is of course nested one lever deeper. I edited the initial post. |
It actually gets applied, just not to the background of the tooltip but only the small colored box. Is there a way to apply it to the full tooltip background? |
@alexeigs you can use the |
Closing since the immediate issue was resolved and #7201 takes care of the |
Using chart.js 2.9.3 through vue-chartjs 3.5.0.
chart options:
label
andlabelTextColor
work as expected,labelColor
get's called but no background or border gets applied.The text was updated successfully, but these errors were encountered: