Skip to content

Commit

Permalink
set max to 5 on y-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
stroupaloop committed Jul 22, 2019
1 parent 4c7c7fb commit 1c65582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/reports/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ <h1 class="post-title">
yAxes: [{
display: true,
ticks: {
max: 5,
min: 1
},
scaleLabel: {
Expand Down Expand Up @@ -182,6 +183,7 @@ <h1 class="post-title">
scales: {
yAxes: [{
ticks: {
max: 5,
min: 1
}
}]
Expand Down

0 comments on commit 1c65582

Please sign in to comment.