]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix default collections table (#6879)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 30 Dec 2019 21:54:19 +0000 (23:54 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Mon, 30 Dec 2019 21:54:19 +0000 (16:54 -0500)
docs/configuration/animations.md

index 8131941d7e75c1e7a0bdb6ebbf863aae4478045f..89e40ed9cd77ef4b79b558b5f965af8284ab2f88 100644 (file)
@@ -23,7 +23,9 @@ The following animation options are available. The global options for are define
 | [collection] | `object` | `undefined` | Option overrides for multiple properties, identified by `properties` array.
 
 Default collections:
-| Name | option | value
+
+| Name | Option | Value
+| ---- | ------ | -----
 | `numbers` | `type` | `'number'`
 | | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']`
 | `colors` | `type` | `'color'`