Skip to content

Commit

Permalink
Update elements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Mar 13, 2019
1 parent c71c6b9 commit dbd546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/elements.md
Expand Up @@ -60,7 +60,7 @@ Global line options: `Chart.defaults.global.elements.line`.
| `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` | `''` | Interpolation mode to apply. [See more...](../charts/line.md#cubicinterpolationmode)
| `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)
| `fill` | <code>boolean&#124;string</code> | `true` | 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).

## Rectangle Configuration
Expand Down

0 comments on commit dbd546b

Please sign in to comment.