[Chartjs]-Set Radar(spider) chart version 2.x (2.4.0) steps(interval) in Chart.js

1👍

Very sorry, Small thing finally I got the answer:

scale: {
    ticks: {
       beginAtZero: true,
       max: 5,
       stepSize: 1 //working Now
    }
}

Leave a comment