score:1

Accepted answer

i think the problem is in the spelling maxtickslimits

it should be used like shown in the below code, jsfiddle for your reference -> https://jsfiddle.net/lhap6suy/

xaxes: [{
        ticks: {
          autoskip: true,
          maxtickslimit: 2
        }
      }]

Related Query

More Query from same tag