From 46c04550a98c17297975ee9aac5b32188bb0f951 Mon Sep 17 00:00:00 2001 From: Ben S Date: Thu, 22 Jun 2017 13:08:00 +0200 Subject: [PATCH] Wording error correct wording error --- docs/charts/line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts/line.md b/docs/charts/line.md index ba7911fe798..b390d1187e0 100644 --- a/docs/charts/line.md +++ b/docs/charts/line.md @@ -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.