2👍
✅
The pointDot
option drives the display
property, so you can do something like
myChart.datasets[0].points[2].display = false;
where myChart is your chart object.
Source:stackexchange.com