Skip to content

Commit

Permalink
Merge pull request #2196 from pi-hole/integer_only
Browse files Browse the repository at this point in the history
Scale axes to integer
  • Loading branch information
DL6ER authored May 1, 2022
2 parents 63a87dc + e19bbc7 commit 772944f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pi-hole/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ $(function () {
ticks: {
beginAtZero: true,
fontColor: ticksColor,
precision: 0,
},
gridLines: {
color: gridColor,
Expand Down Expand Up @@ -1045,6 +1046,7 @@ $(function () {
ticks: {
beginAtZero: true,
fontColor: ticksColor,
precision: 0,
},
stacked: true,
gridLines: {
Expand Down

0 comments on commit 772944f

Please sign in to comment.