From: Jacco van den Berg Date: Mon, 20 Oct 2025 15:20:18 +0000 (+0200) Subject: Fix amount of category scales count in docs (#12139) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6310f2bd05796498d58c98cac139e6ed2d741dc;p=thirdparty%2FChart.js.git Fix amount of category scales count in docs (#12139) --- 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)