mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-26 15:29:02 +01:00
statistics: Removed labels from pages statistics due to a visibility issue
This commit is contained in:
@@ -42,6 +42,12 @@ $(document).ready(function() {
|
||||
|
||||
if (type == 'bar') {
|
||||
options = Object.assign(options, {scales: {
|
||||
xAxes: [{
|
||||
ticks: {
|
||||
display: false,
|
||||
maxTicksLimit: 20,
|
||||
},
|
||||
}],
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true
|
||||
|
||||
Reference in New Issue
Block a user