From: Evert Timberg Date: Sun, 17 Apr 2016 01:10:31 +0000 (-0400) Subject: Update docs file for start angle and sweep properties X-Git-Tag: 2.1.0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c74196efc7d33c416a8ea314d96dd681532b028e;p=thirdparty%2FChart.js.git Update docs file for start angle and sweep properties --- diff --git a/docs/06-Pie-Doughnut-Chart.md b/docs/06-Pie-Doughnut-Chart.md index c69928006..64fd9b8a4 100644 --- a/docs/06-Pie-Doughnut-Chart.md +++ b/docs/06-Pie-Doughnut-Chart.md @@ -73,6 +73,8 @@ These are the customisation options specific to Pie & Doughnut charts. These opt Name | Type | Default | Description --- | --- | --- | --- cutoutPercentage | Number | 50 - for doughnut, 0 - for pie | The percentage of the chart that is cut out of the middle. +rotation | Number | -0.5 * Math.PI | Starting angle to draw arcs from +circumference | Number | 2 * Math.PI | Sweep to allow arcs to cover scale | Array | [See Scales](#scales) and [Defaults for Radial Linear Scale](#getting-started-radial-linear-scale) | Options for the one scale used on the chart. Use this to style the ticks, labels, and grid. *scale*.type | String |"radialLinear" | As defined in ["Radial Linear"](#scales-radial-linear-scale). *scale*.lineArc | Boolean | true | When true, lines are arced compared to straight when false.