Skip to content

Commit dbd546b

Browse files
authored
Update elements.md
1 parent c71c6b9 commit dbd546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Global line options: `Chart.defaults.global.elements.line`.
6060
| `borderJoinStyle` | `string` | `'miter'` | Line join style. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineJoin).
6161
| `capBezierPoints` | `boolean` | `true` | `true` to keep Bézier control inside the chart, `false` for no restriction.
6262
| `cubicInterpolationMode` | `string` | `''` | Interpolation mode to apply. [See more...](../charts/line.md#cubicinterpolationmode)
63-
| `fill` | <code>boolean&#124;string</code> | `true` | Fill location: `'origin`, `'nofill'`, `'start'`, `'end'`, `true` (eq. `'origin'`) or `false` (no fill). [See more...](../charts/area.md#filling-modes)
63+
| `fill` | <code>boolean&#124;string</code> | `true` | How to fill the area under the line. See [area charts](../charts/area.md#filling-modes).
6464
| `stepped` | `boolean` | `false` | `true` to show the line as a stepped line (`tension` will be ignored).
6565

6666
## Rectangle Configuration

0 commit comments

Comments
 (0)