From f6310f2bd05796498d58c98cac139e6ed2d741dc Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Mon, 20 Oct 2025 17:20:18 +0200 Subject: [PATCH] Fix amount of category scales count in docs (#12139) --- docs/axes/cartesian/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/cartesian/index.md b/docs/axes/cartesian/index.md index 6a4d84f2f..a8c3b5458 100644 --- a/docs/axes/cartesian/index.md +++ b/docs/axes/cartesian/index.md @@ -1,6 +1,6 @@ # Cartesian Axes -Axes that follow a cartesian grid are known as 'Cartesian Axes'. Cartesian axes are used for line, bar, and bubble charts. Four cartesian axes are included in Chart.js by default. +Axes that follow a cartesian grid are known as 'Cartesian Axes'. Cartesian axes are used for line, bar, and bubble charts. Five cartesian axes are included in Chart.js by default. * [linear](./linear.md) * [logarithmic](./logarithmic.md) -- 2.47.3