]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Ensure that default collections table is clear (#8216)
authorLeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com>
Tue, 22 Dec 2020 15:22:25 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Dec 2020 15:22:25 +0000 (10:22 -0500)
addition to #8124

docs/docs/configuration/animations.mdx

index 5d6994e0073fcf1a924ba9d44554f8abd60608e7..d32fcae53f0820922445a1e1910728b64c7df95c 100644 (file)
@@ -170,9 +170,9 @@ A properties collection option is defined by the same options of the [animation
 | Name | Option | Value
 | ---- | ------ | -----
 | `numbers` | `type` | `'number'`
-| | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']`
+| `numbers` | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']`
 | `colors` | `type` | `'color'`
-| | `properties` | `['borderColor', 'backgroundColor']`
+| `colors` | `properties` | `['borderColor', 'backgroundColor']`
 
 Direct property configuration overrides configuration of same property in a collection.