In Chart.js v2 when we have multiple data points for the same month we were able to display only one label month and skip remaining labels .but in v3 it is not supporting for each data point it is displaying label. Is there any capability or method to display only one label per month in v3.
V2:
V3:
I tries to set autoskip property as true but it didn't worked