]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fixes anchor link in docs 2360/head
authorVincent Chan <plus.vincchan@gmail.com>
Mon, 25 Apr 2016 17:17:47 +0000 (19:17 +0200)
committerVincent Chan <plus.vincchan@gmail.com>
Mon, 25 Apr 2016 17:17:47 +0000 (19:17 +0200)
docs/05-Polar-Area-Chart.md
docs/06-Pie-Doughnut-Chart.md

index f6a06432f516ea204f96feb3749fee0270241647..45092ada2c633d44ee39c326dd9a45e8d12c04ea 100644 (file)
@@ -76,7 +76,7 @@ These are the customisation options specific to Polar Area charts. These options
 
 Name | Type | Default | Description
 --- | --- | --- | ---
-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 | Array | [See Scales](#scales) and [Defaults for Radial Linear Scale](#scales-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 circular.
 animateRotate | Boolean |true | If true, will animate the rotation of the chart.
index 00ef8f7034b519bea3cef6746e9f41626861d4dd..bd74cfcef7d2be1e643056055c82de4269f6b8e6 100644 (file)
@@ -90,7 +90,7 @@ 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 | Array | [See Scales](#scales) and [Defaults for Radial Linear Scale](#scales-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.
 *animation*.animateRotate | Boolean |true | If true, will animate the rotation of the chart.