Fix amount of category scales count in docs (#12139)

This commit is contained in:
Jacco van den Berg 2025-10-20 17:20:18 +02:00 committed by GitHub
parent 72c6742a9b
commit f6310f2bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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)