Skip to content

Commit

Permalink
Doc elements.arc angle option for polar only
Browse files Browse the repository at this point in the history
  • Loading branch information
mp3000mp committed Sep 5, 2019
1 parent dc8e0cf commit 5e066cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/elements.md
Expand Up @@ -82,7 +82,7 @@ Global arc options: `Chart.defaults.global.elements.arc`.

| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| `angle` | `number` | `circumference / (arc count)` - for polar only | Arc angle to cover.
| `angle` - for polar only | `number` | `circumference / (arc count)` | Arc angle to cover.
| `backgroundColor` | `Color` | `'rgba(0, 0, 0, 0.1)'` | Arc fill color.
| `borderAlign` | `string` | `'center'` | Arc stroke alignment.
| `borderColor` | `Color` | `'#fff'` | Arc stroke color.
Expand Down

0 comments on commit 5e066cb

Please sign in to comment.