]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update performance.md (#8107)
authorWenfang <duwenfangcn@163.com>
Sat, 28 Nov 2020 21:57:17 +0000 (05:57 +0800)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 21:57:17 +0000 (16:57 -0500)
fixed typo

docs/docs/general/performance.md

index 4fed8bc1e7dcfbaf1e4a979e684bdd75f8d17700..25dfaadc81267fb5d1eb6cc6b0de072825677b70 100644 (file)
@@ -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, {