Merge pull request #66 from michu2k/statistics-fix

Statistics fix p.2
This commit is contained in:
Paweł Klockiewicz
2020-02-18 12:24:50 +01:00
committed by GitHub
3 changed files with 12 additions and 16 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;
}

File diff suppressed because one or more lines are too long

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: [{