<!-- Most features should start as plugins outside of Chart.js (https://www.chartjs.org/docs/#advanced-usage-creating-plugins). Please consider whether your changes are useful for all users, or if this is specific to your usecase and a Chart.js plugin would be more appropriate. Need help or tech support? Please don't open an issue! Head to https://stackoverflow.com/questions/tagged/chart.js --> ### Feature Proposal <!-- Tell us how it should work --> Dynamic backgroundColor for tooltip based on the dataset color ### Feature Use Case <!-- What are you trying to accomplish? --> <!-- Providing context helps us come up with a solution that is most useful in the real world --> I have 4 series in my line chart, I want to show different color tooltip for each series ## Possible Implementation <!-- Not obligatory, but suggest ideas for how to implement the addition or change --> Same as for label callback it would be better if we have a callback for backgroundColor also.