Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#12088)

This commit is contained in:
Finn Moore
2025-06-11 15:22:48 -04:00
committed by GitHub
parent 59ffa84202
commit e106aa9342

View File

@@ -161,7 +161,7 @@ new Chart(ctx, {
### Disable Point Drawing
If you have a lot of data points, it can be more performant to disable rendering of the points for a dataset and only draw line. Doing this means that there is less to draw on the canvas which will improve render performance.
If you have a lot of data points, it can be more performant to disable rendering of the points for a dataset and only draw lines. Doing this means that there is less to draw on the canvas which will improve render performance.
To disable point drawing: