From 8220caaa43f9d4ae7a364da7bf8e5f7b61fe6d10 Mon Sep 17 00:00:00 2001 From: Wenfang Date: Sun, 29 Nov 2020 05:57:17 +0800 Subject: [PATCH] Update performance.md (#8107) fixed typo --- docs/docs/general/performance.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, { -- 2.47.2