mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-09 23:52:02 +01:00
@@ -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
@@ -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: [{
|
||||
|
||||
Reference in New Issue
Block a user