From a4429b718c93b3932659d55cf3e92538499dc1e8 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 20 Aug 2024 17:49:49 +0200 Subject: [PATCH 1/2] Add radial linear scale to docs section of samples --- docs/samples/other-charts/polar-area.md | 2 ++ docs/samples/other-charts/radar-skip-points.md | 1 + docs/samples/other-charts/radar.md | 1 + 3 files changed, 4 insertions(+) diff --git a/docs/samples/other-charts/polar-area.md b/docs/samples/other-charts/polar-area.md index 00b7dde0e0e..965ac8c1519 100644 --- a/docs/samples/other-charts/polar-area.md +++ b/docs/samples/other-charts/polar-area.md @@ -92,3 +92,5 @@ 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) From 3b97bf48d7fa1579f71ef48992c0e411348fa72e Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 20 Aug 2024 17:50:44 +0200 Subject: [PATCH 2/2] white space --- docs/samples/other-charts/polar-area.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/samples/other-charts/polar-area.md b/docs/samples/other-charts/polar-area.md index 965ac8c1519..3c951f9f1ea 100644 --- a/docs/samples/other-charts/polar-area.md +++ b/docs/samples/other-charts/polar-area.md @@ -93,4 +93,3 @@ module.exports = { ## Docs * [Polar Area Chart](../../charts/polar.md) * [Radial linear scale](../../axes/radial/linear.md) -