Chartjs-How to change color of dots in graph using chart.js

2👍

Refer to this issue. Basically, you can create an array of colors for pointBackgroundColor.

https://github.com/chartjs/Chart.js/issues/2670

Leave a comment