]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix url bug (#8072)
authorSaintMalik <37118134+saintmalik@users.noreply.github.com>
Thu, 19 Nov 2020 12:54:49 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 12:54:49 +0000 (07:54 -0500)
docs/docs/charts/polar.mdx

index 2589c6b7b733814e2f145b1b9dd6b05052a5b0f9..b378c4aaf8f05a6ec14c922ddb3fa9e548a3e7ee 100644 (file)
@@ -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