chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.92k stars 11.89k forks source link

Easy API for setting background color on each dataset's tooltip #11753

Open supermacro opened 2 months ago

supermacro commented 2 months ago

Feature Proposal

I would like to have different tooltip background colors for different datasets' tooltips. Example:

image

Possible Implementation

No response