From: Ben S Date: Thu, 22 Jun 2017 11:08:00 +0000 (+0200) Subject: Wording error X-Git-Tag: v2.7.0~1^2~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46c04550a98c17297975ee9aac5b32188bb0f951;p=thirdparty%2FChart.js.git Wording error correct wording error --- diff --git a/docs/charts/line.md b/docs/charts/line.md index ba7911fe7..b390d1187 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.