Update performance.md (#8107)

fixed typo
This commit is contained in:
Wenfang
2020-11-29 05:57:17 +08:00
committed by GitHub
parent 78dbeea1f0
commit 8220caaa43

View 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, {