Skip to content

Commit

Permalink
Fixes spacing options in the table (#9338)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Jul 1, 2021
1 parent 5f58c1f commit 548d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts/doughnut.md
Expand Up @@ -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)
Expand Down

0 comments on commit 548d042

Please sign in to comment.