chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.9k stars 11.88k forks source link

ticks configuration not complete #11799

Closed J4gQBqqR closed 3 weeks ago

J4gQBqqR commented 4 weeks ago

Documentation Is:

Please Explain in Detail...

The example here mentions that there is an align key word of ticks. However, the documentation here mentions nothing about align keyword. Is this just a single case of ticks? Or is the documentation is generally incomplete for all the available options? Where shall I resort to if I want to find all the available options for ticks, shall I resort to the typescript definitions? Is that complete?

Your Proposal for Changes

Add missing configuration.

Example

No response

LeeLenaleee commented 3 weeks ago

Hi these options are can be found here: https://www.chartjs.org/docs/4.4.3/axes/cartesian/#common-tick-options-to-all-cartesian-axes.

This is because the option does not apply to radial axes.

J4gQBqqR commented 3 weeks ago

Thanks, I tried to use search bar in the docs, and it returned nothing, making me think that these settings doesn't exist.