]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
#5573 Link PolarArea chart docs to radial axis docs (#6901)
authorEvert Timberg <evert.timberg+github@gmail.com>
Fri, 3 Jan 2020 19:56:22 +0000 (14:56 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2020 19:56:22 +0000 (14:56 -0500)
docs/charts/polar.md

index bbc9f046c4b0ae5eafb09e6584b2334adfa490ce..3782d2b83a6ba973c1116265d3d2661ce7baf119 100644 (file)
@@ -105,6 +105,8 @@ These are the customisation options specific to Polar Area charts. These options
 | `animation.animateRotate` | `boolean` | `true` | If true, the chart will animate in with a rotation animation. This property is in the `options.animation` object.
 | `animation.animateScale` | `boolean` | `true` | If true, will animate scaling the chart from the center outwards.
 
+The polar area chart uses the [radialLinear](../axes/radial/linear.md) scale. Additional configuration is provided via the scale.
+
 ## Default Options
 
 We can also change these defaults values for each PolarArea type that is created, this object is available at `Chart.defaults.polarArea`. Changing the global options only affects charts created after the change. Existing charts are not changed.