Chartjs-Is there anyway to remove the dots for points from angularjs charts 2 October 2023 by thecoderscamp.com 3👍 ✅ You can do this with options: { elements: { point: { radius: 0 } } } Chartjs-ChartJS 'Hello World' not animating Source:stackexchange.com