statistics: Fixed data display

This commit is contained in:
michu2k
2020-02-17 23:40:21 +01:00
parent 2bd38b30f4
commit 6b869aeabe
2 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
.panel-body-nopadding {
padding:0;
}
.panel-body-nopadding table tr td a {
word-break: break-all;
}
.panel-body-nopadding table tr th {
border-top:0;
}

View File

@@ -43,9 +43,11 @@ $(document).ready(function() {
if (type == 'bar') {
options = Object.assign(options, {scales: {
xAxes: [{
gridLines: {
display: false
},
ticks: {
display: false,
maxTicksLimit: 20,
display: false
},
}],
yAxes: [{