1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Merged r22139 from trunk to 5.0-stable (#38359).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22140 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-03-22 03:18:32 +00:00
parent f79f75c62a
commit f5a392a255
2 changed files with 7 additions and 1 deletions

View File

@ -58,7 +58,7 @@
},
scales: {
yAxis: {stacked: true},
xAxis: {stacked: true}
xAxis: {stacked: true, ticks: {precision: 0}}
}
}
});

View File

@ -45,6 +45,9 @@ $(document).ready(function(){
display: true,
text: <%= raw l(:label_commits_per_month).to_json %>
}
},
scales: {
yAxis: {ticks: {precision: 0}}
}
}
});
@ -86,6 +89,9 @@ $(document).ready(function(){
display: true,
text: <%= raw l(:label_commits_per_author).to_json %>
}
},
scales: {
xAxis: {ticks: {precision: 0}}
}
}
});