From: Iurii Golskyi Date: Sun, 5 Sep 2021 20:31:00 +0000 (+0300) Subject: fix: broken link to `cubicInterpolationMode` (#9626) X-Git-Tag: v3.6.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab0554717a9f7b82517f906411cdb72b2fd5598;p=thirdparty%2FChart.js.git fix: broken link to `cubicInterpolationMode` (#9626) * fix: broken link to `cubicInterpolationMode` Elements -> Line configurations -> cubicInterpolationMode * fix: broken link in Line Configuration --- diff --git a/docs/configuration/elements.md b/docs/configuration/elements.md index ffdeff3c4..9623714f2 100644 --- a/docs/configuration/elements.md +++ b/docs/configuration/elements.md @@ -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).