]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix: broken link to `cubicInterpolationMode` (#9626)
authorIurii Golskyi <igolskyi@gmail.com>
Sun, 5 Sep 2021 20:31:00 +0000 (23:31 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 20:31:00 +0000 (16:31 -0400)
* fix: broken link to `cubicInterpolationMode`
Elements -> Line configurations -> cubicInterpolationMode
* fix: broken link in Line Configuration

docs/configuration/elements.md

index ffdeff3c41cecac62e61b66fb2bc8c478518beb1..9623714f26d315c6a349fc72573cb538cbab6474 100644 (file)
@@ -67,7 +67,7 @@ Namespace: `options.elements.line`, global line options: `Chart.defaults.element
 | `borderDashOffset` | `number` | `0.0` | Line dash offset. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset).
 | `borderJoinStyle` | `string` | `'miter'` | Line join style. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineJoin).
 | `capBezierPoints` | `boolean` | `true` | `true` to keep Bézier control inside the chart, `false` for no restriction.
-| `cubicInterpolationMode` | `string` | `'default'` |  Interpolation mode to apply. [See more...](/charts/line.md/#cubicinterpolationmode)
+| `cubicInterpolationMode` | `string` | `'default'` |  Interpolation mode to apply. [See more...](/charts/line.md#cubicinterpolationmode)
 | `fill` | `boolean`\|`string` | `false` | How to fill the area under the line. See [area charts](/charts/area.md#filling-modes).
 | `stepped` | `boolean` | `false` | `true` to show the line as a stepped line (`tension` will be ignored).