From: Evert Timberg Date: Fri, 3 Jan 2020 19:56:22 +0000 (-0500) Subject: #5573 Link PolarArea chart docs to radial axis docs (#6901) X-Git-Tag: v3.0.0-alpha~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e431554072f213738c271f92daaee9e7056571b7;p=thirdparty%2FChart.js.git #5573 Link PolarArea chart docs to radial axis docs (#6901) --- diff --git a/docs/charts/polar.md b/docs/charts/polar.md index bbc9f046c..3782d2b83 100644 --- a/docs/charts/polar.md +++ b/docs/charts/polar.md @@ -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.