Scale axes to integer

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-05-01 19:59:36 +02:00
parent 63a87dc43a
commit e19bbc7480
+2
View File
@@ -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: {