From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Thu, 19 Nov 2020 12:54:49 +0000 (+0100) Subject: Fix url bug (#8072) X-Git-Tag: v3.0.0-beta.7~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065fc117afd342e1cf0f896d208c540caca76922;p=thirdparty%2FChart.js.git Fix url bug (#8072) --- diff --git a/docs/docs/charts/polar.mdx b/docs/docs/charts/polar.mdx index 2589c6b7b..b378c4aaf 100644 --- a/docs/docs/charts/polar.mdx +++ b/docs/docs/charts/polar.mdx @@ -116,7 +116,7 @@ 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. +The polar area chart uses the [radialLinear](../axes/radial/linear.mdx) scale. Additional configuration is provided via the scale. ## Default Options