2
Wie kann ich die Schrittgröße für Radarkarte ändernChart.js in Angular Radar-Diagramm
$scope.radar = {
labels: chart.lastMonthMood.labels,
data: [
chart.lastMonthMood.labelsCount
],
options: {
scale: {
reverse: true,
ticks: {
beginAtZero: true,
min:0,
stepSize: 1,
}
}
}
};