Skip decimal points on y-axis in chartJS :: Angular 2+

0
859

by the latest version this option changed to

scales: {
  yAxes: [{
    ticks: {
      stepSize: 1,
      beginAtZero: true,
    },
  }],
},

LEAVE A REPLY

Please enter your comment!
Please enter your name here