diff --git a/docs/configuration/elements.md b/docs/configuration/elements.md index 6bdbe42f38f..c77ed48b5fd 100644 --- a/docs/configuration/elements.md +++ b/docs/configuration/elements.md @@ -18,7 +18,7 @@ Namespace: `options.elements.point`, global point options: `Chart.defaults.eleme | Name | Type | Default | Description | ---- | ---- | ------- | ----------- -| `radius` | `number` | `3` | Point radius. +| `radius` | `number`\|`number[]` | `3` | Point radius. | [`pointStyle`](#point-styles) | [`pointStyle`](#types) | `'circle'` | Point style. | `rotation` | `number` | `0` | Point rotation (in degrees). | `backgroundColor` | [`Color`](../general/colors.md) | `Chart.defaults.backgroundColor` | Point fill color.