y軸の表記を「%」に変更

This commit is contained in:
Kazuhiro MUSASHI 2020-06-18 21:37:28 +07:00 committed by Gitea
parent cac3810fb6
commit 9857734416
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ chart=true
suggestedMin: 0, suggestedMin: 0,
stepSize: 10, stepSize: 10,
callback: function(value, index, values){ callback: function(value, index, values){
return value + '' return value + '%'
} }
} }
}] }]