jlelse
/
kis3
Archived
1
Fork 0

Fix chart x-axes ticks

This commit is contained in:
Jan-Lukas Else 2019-04-08 16:21:22 +02:00
parent 523b199997
commit 789de931b4
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@
responsive: true,
legend: {
display: false
},
scales: {
xAxes: [{
ticks: {
precision: 0
}
}],
}
}
});