Chartjs-ChartJS hover tooltip colors not showing their correct color

0👍

Going through the Chart.js documentation, it seems like the tooltip bgColor isn’t in an array, but just a color param. Try changing backgroundColor: [ the color ] to backgroundColor: 'rgba(x,x,x,x)' I don’t have Chart.js, so I can’t test, but I think that’ll sort you.

Leave a comment