]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Wording error
authorBen S <uok@users.noreply.github.com>
Thu, 22 Jun 2017 11:08:00 +0000 (13:08 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 22 Jun 2017 21:52:05 +0000 (17:52 -0400)
correct wording error

docs/charts/line.md

index ba7911fe798e0ecceb27608e9bcff6c3800ca5c9..b390d1187e000485f722acc870ade20b6222190d 100644 (file)
@@ -198,7 +198,7 @@ new Chart(ctx, {
 });
 ```
 
-## Draw Line Drawing
+## Disable Line Drawing
 
 If you have a lot of data points, it can be more performant to disable rendering of the line for a dataset and only draw points. Doing this means that there is less to draw on the canvas which will improve render performance.