mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-02-20 01:31:20 +01:00
Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#12088)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user