From 66e7dec08ae38a1001141c278c78d4964e1ce29f Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:36:21 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/chart/docs/axes/radial/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 js/ui/chart/docs/axes/radial/README.md diff --git a/js/ui/chart/docs/axes/radial/README.md b/js/ui/chart/docs/axes/radial/README.md new file mode 100644 index 0000000..8a07a42 --- /dev/null +++ b/js/ui/chart/docs/axes/radial/README.md @@ -0,0 +1,5 @@ +# Radial Axes + +Radial axes are used specifically for the radar and polar area chart types. These axes overlay the chart area, rather than being positioned on one of the edges. One radial axis is included by default in Chart.js. + +* [linear](./linear.md#linear-radial-axis)