Chartjs-How to add colored points with white shadow border in chart.js?

0👍

If you just want to remove border from point then you add pointBorderWidth: 0, and just remove pointBorderColor: 'rgba(0,0,0,.2)',

Leave a comment