From: Matthias Perret <54006012+mp3000mp@users.noreply.github.com> Date: Sat, 7 Sep 2019 11:20:07 +0000 (+0200) Subject: Add elements.arc.angle in documentation (#6491) X-Git-Tag: v2.9.0~1^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e69a38305e532a36b8d8b1ed58a9c3655c58192;p=thirdparty%2FChart.js.git Add elements.arc.angle in documentation (#6491) Add elements.arc.angle in documentation --- diff --git a/docs/configuration/elements.md b/docs/configuration/elements.md index ebeac79df..a74e74376 100644 --- a/docs/configuration/elements.md +++ b/docs/configuration/elements.md @@ -82,6 +82,7 @@ Global arc options: `Chart.defaults.global.elements.arc`. | Name | Type | Default | Description | ---- | ---- | ------- | ----------- +| `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.