From f7437aa06abc5f7ed2ae2d7e17ee79a85f818e20 Mon Sep 17 00:00:00 2001 From: Jed Date: Sun, 11 Feb 2024 02:47:23 +0100 Subject: [PATCH] added type number[] to radius --- docs/configuration/elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.