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