]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fixes spacing options in the table (#9338)
authorstockiNail <stocki.nail@gmail.com>
Thu, 1 Jul 2021 15:09:44 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jul 2021 15:09:44 +0000 (11:09 -0400)
docs/charts/doughnut.md

index 1c1755e92977bc9812913a9ac191c0c2310ddeb8..5964864272cf679b669427779511ccf678abffb2 100644 (file)
@@ -116,7 +116,7 @@ The doughnut/pie chart allows a number of properties to be specified for each da
 | [`hoverOffset`](#interactions) | `number` | Yes | Yes | `0`
 | [`offset`](#styling) | `number` | Yes | Yes | `0`
 | [`rotation`](#general) | `number` | - | - | `undefined`
-| [`spacing](#styling) | `number` | - | - | `0`
+| [`spacing`](#styling) | `number` | - | - | `0`
 | [`weight`](#styling) | `number` | - | - | `1`
 
 All these values, if `undefined`, fallback to the scopes described in [option resolution](../general/options)