]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix amount of category scales count in docs (#12139)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Mon, 20 Oct 2025 15:20:18 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 15:20:18 +0000 (17:20 +0200)
docs/axes/cartesian/index.md

index 6a4d84f2f840ccb3a2adb6fd1065ecdc325d85bd..a8c3b5458874385300b0321c72b3c674640086b6 100644 (file)
@@ -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)