From: Wenfang Date: Sat, 28 Nov 2020 21:57:17 +0000 (+0800) Subject: Update performance.md (#8107) X-Git-Tag: v3.0.0-beta.7~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8220caaa43f9d4ae7a364da7bf8e5f7b61fe6d10;p=thirdparty%2FChart.js.git Update performance.md (#8107) fixed typo --- diff --git a/docs/docs/general/performance.md b/docs/docs/general/performance.md index 4fed8bc1e..25dfaadc8 100644 --- a/docs/docs/general/performance.md +++ b/docs/docs/general/performance.md @@ -133,8 +133,7 @@ new Chart(ctx, { ### Automatic data decimation during draw -Line element will automatically decimate data, when the following conditions are met: `tension` is `0`, `stepped` is `false` (default) and `borderDash` is `[]` (default).` -This improves rendering speed by skipping drawing of invisible line segments. +Line element will automatically decimate data, when the following conditions are met: `tension` is `0`, `stepped` is `false` (default) and `borderDash` is `[]` (default). This improves rendering speed by skipping drawing of invisible line segments. ```javascript new Chart(ctx, {