How to set max ticks count in chart.js 3.*.*

👍:0

So. I find this in inretfaces of charts

// Maximum number of ticks and gridlines to show.
@default 11
maxTicksLimit: number;

We can use this for set max ticks count.

Leave a comment