score:2

Accepted answer

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.


Related Query

More Query from same tag