Skip to content

Commit

Permalink
Adjust barchart labels after Chart.js update
Browse files Browse the repository at this point in the history
Issue #25488
  • Loading branch information
atrol authored and dregad committed Mar 2, 2019
1 parent bb787b1 commit f432926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/MantisGraph/files/MantisGraph.js
Expand Up @@ -14,6 +14,11 @@ $(document).ready( function() {
},
options: {
scales: {
xAxes: [{
ticks: {
maxRotation: 90
}
}],
yAxes: [{
ticks: {
beginAtZero: true
Expand Down

0 comments on commit f432926

Please sign in to comment.