From 065fc117afd342e1cf0f896d208c540caca76922 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Thu, 19 Nov 2020 13:54:49 +0100 Subject: [PATCH] Fix url bug (#8072) --- docs/docs/charts/polar.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3