From a1f7355ab827fe716fddeb07b595aed13c1031e5 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 20 Aug 2024 18:11:00 +0200 Subject: [PATCH] Add radial linear scale to docs section of samples (#11871) * Add radial linear scale to docs section of samples * white space --------- Co-authored-by: Jacco van den Berg --- docs/samples/other-charts/polar-area.md | 1 + docs/samples/other-charts/radar-skip-points.md | 1 + docs/samples/other-charts/radar.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/samples/other-charts/polar-area.md b/docs/samples/other-charts/polar-area.md index 00b7dde0e0e..3c951f9f1ea 100644 --- a/docs/samples/other-charts/polar-area.md +++ b/docs/samples/other-charts/polar-area.md @@ -92,3 +92,4 @@ module.exports = { ## Docs * [Polar Area Chart](../../charts/polar.md) +* [Radial linear scale](../../axes/radial/linear.md) diff --git a/docs/samples/other-charts/radar-skip-points.md b/docs/samples/other-charts/radar-skip-points.md index d3420656016..2dd268fc1af 100644 --- a/docs/samples/other-charts/radar-skip-points.md +++ b/docs/samples/other-charts/radar-skip-points.md @@ -88,3 +88,4 @@ module.exports = { ## Docs * [Radar](../../charts/radar.md) * [Data structures (`labels`)](../../general/data-structures.md) +* [Radial linear scale](../../axes/radial/linear.md) diff --git a/docs/samples/other-charts/radar.md b/docs/samples/other-charts/radar.md index 4ebc516a38c..e60648caa63 100644 --- a/docs/samples/other-charts/radar.md +++ b/docs/samples/other-charts/radar.md @@ -113,3 +113,4 @@ module.exports = { ## Docs * [Radar](../../charts/radar.md) * [Data structures (`labels`)](../../general/data-structures.md) +* [Radial linear scale](../../axes/radial/linear.md)