From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:22:25 +0000 (+0100) Subject: Ensure that default collections table is clear (#8216) X-Git-Tag: v3.0.0-beta.8~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074f3b6d2e42c14a9f4ae8e124d90d708645f60c;p=thirdparty%2FChart.js.git Ensure that default collections table is clear (#8216) addition to #8124 --- diff --git a/docs/docs/configuration/animations.mdx b/docs/docs/configuration/animations.mdx index 5d6994e00..d32fcae53 100644 --- a/docs/docs/configuration/animations.mdx +++ b/docs/docs/configuration/animations.mdx @@ -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.