[Chartjs]-How to use major tick marks in chart.js 2.9.3?

1👍

Official answer:

Major ticks are only supported on the time scale in 2.9. In 3.0 they
are also being added to the log scale. They’re not in the linear scale
yet. But major ticks are most useful for deciding which ticks not to
skip in the autoSkipper. 3.0 will also add better support for tick
styling via scriptable tick options (#7337), which will allow you to
make ticks that you want bolder, bigger, different colors, etc. and
you don’t need major tick support for that. I’d recommend trying 3.0

Leave a comment