From 9bf2e2e4f445f723b90279d1192c4faecb1dbe16 Mon Sep 17 00:00:00 2001 From: stockiNail Date: Fri, 3 Jun 2022 19:11:56 +0200 Subject: [PATCH] Remove animation properties not used anymore from documentation --- docs/guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index 7ef439717..be6d25828 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -54,7 +54,7 @@ const options = { | Name | Option | Value | ---- | ---- | ---- -| `numbers` | `properties` | `['x', 'y', 'x2', 'y2', 'width', 'height', 'centerX', 'centerY', 'pointX', 'pointY', 'labelX', 'labelY', 'labelWidth', 'labelHeight', 'radius']` +| `numbers` | `properties` | `['x', 'y', 'x2', 'y2', 'width', 'height', 'centerX', 'centerY', 'pointX', 'pointY', 'radius']` | `numbers` | `type` | `number` ## Common