2016-06-21 8 views
2

は、どのように私は私があなたの質問を理解していないと思うレーダーチャートChart.js

$scope.radar = { 
     labels: chart.lastMonthMood.labels, 
     data: [ 
      chart.lastMonthMood.labelsCount 
     ], 
     options: { 
      scale: { 
       reverse: true, 
       ticks: { 
        beginAtZero: true, 
        min:0, 
        stepSize: 1, 
       } 
      } 
     } 
    }; 

Print screen of output

答えて

0

のためのステップサイズを変更することができます。 stepSizeを変更したい場合は、フィールドの変更について:stepSizeオプションオブジェクトの中に?