y軸の表記を「%」に変更
This commit is contained in:
parent
cac3810fb6
commit
9857734416
|
@ -395,7 +395,7 @@ chart=true
|
|||
suggestedMin: 0,
|
||||
stepSize: 10,
|
||||
callback: function(value, index, values){
|
||||
return value + '人'
|
||||
return value + '%'
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue