My chart has so much data the labels won’t all fit:
I found https://stackoverflow.com/questions/22064577/limit-labels-number-on-chartjs-line-chart which suggests adding:
autoSkip: true,
maxTicksLimit: 10
However, despite how high or low I set this limit, there’s always a large gap towards the right end of the x-axis. Does anybody know why?
@etimberg looks like this is still not fixed in v2.7.2