I tried to draw a line-chart with ChartJS. My code is here jsfiddle.net/mhgyqpq0/1/
How can I set color for each item in the tooltip like this

I tried to draw a line-chart with ChartJS. My code is here jsfiddle.net/mhgyqpq0/1/
How can I set color for each item in the tooltip like this

Copyright © 2021 Jogjafile Inc.
If you want to have the tooltip of the same color as your legend, you need to modify the
pointColoroptions.Find my Fiddle ;).