mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Scale axes to integer
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -967,6 +967,7 @@ $(function () {
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
fontColor: ticksColor,
|
||||
precision: 0,
|
||||
},
|
||||
gridLines: {
|
||||
color: gridColor,
|
||||
@@ -1045,6 +1046,7 @@ $(function () {
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
fontColor: ticksColor,
|
||||
precision: 0,
|
||||
},
|
||||
stacked: true,
|
||||
gridLines: {
|
||||
|
||||
Reference in New Issue
Block a user