Bug: Tooltip series color
See original GitHub issueWhen pointHoverBackgroundColor: "#fff"
is utilized the tooltip color too for that line is set to #fff
. This was not so in Chart 1.x
Example fiddle: https://jsfiddle.net/shyamal890/g3svv8n5/
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
[Bug-11636] - XY Chart Tooltip Background Color
In Perspective Property Editor drill down to tooltip background properties of series. Change color to non default value
Read more >355540 – Tooltips color wrong in gtk applications
KDE 5.4.2, Qt 5.5, openSUSE 42.1 By default, tooltips on icons are: white text, dark background. In Firefox and Thunderbird: black text, ...
Read more >How do I style the background color of series tooltip with ...
You have to use tooltip.formatter to achieve different background color for each series. I am using userOptions this.series.
Read more >161600 - Tooltip background color ignores system setting
On my computer, I have set the tooltips to be white text on red background. But in Mozilla, the background isn't red, it's...
Read more >How to Color Tooltip Based on Bar Color with ... - YouTube
With Chart js using colors in the tooltip can be useful. ... With chart js you can make line chart, bar chart, pie...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think using the
labelColor
callback is the right way to solve this per my previous comment. Closing.@etimberg I think
pointHoverBackgroundColor
should be ignored for tooltip ashoverBackgroundColor
is only to highlight the hovered point.