From: Jacco van den Berg Date: Tue, 20 Aug 2024 16:11:00 +0000 (+0200) Subject: Add radial linear scale to docs section of samples (#11871) X-Git-Tag: v4.4.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f7355ab827fe716fddeb07b595aed13c1031e5;p=thirdparty%2FChart.js.git 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 --- diff --git a/docs/samples/other-charts/polar-area.md b/docs/samples/other-charts/polar-area.md index 00b7dde0e..3c951f9f1 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 d34206560..2dd268fc1 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 4ebc516a3..e60648caa 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)