Skip to content

Commit ca13aaf

Browse files
authored
Add annotations option to the plugin configuration documentation (#891)
1 parent 8d79a33 commit ca13aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The following options are available at the top level. They apply to all annotati
99
| Name | Type | [Scriptable](options.md#scriptable-options) | Default | Notes
1010
| ---- | ---- | :----: | ---- | ----
1111
| [`animations`](#animations) | `object` | No | [see here](#default-animations) | To configure which element properties are animated and how.
12+
| `annnotations` | `object`\|`array` | Yes | `undefined` | To configure all annotations to draw.
1213
| `clip` | `boolean` | No | `true` | Are the annotations clipped to the chartArea.
1314
| [`common`](#common) | `Object` | No | | To configure common options apply to all annotations
1415
| [`interaction`](options.md#interaction) | `Object` | No | `options.interaction` | To configure which events trigger plugin interactions

0 commit comments

Comments
 (0)