adjust graph

This commit is contained in:
Joerg Lehmann 2019-09-16 17:12:38 +02:00
parent 4088170729
commit b6156be6af
1 changed files with 5 additions and 2 deletions

View File

@ -43,7 +43,7 @@ $(function() {
format: 'DD.MM.YYYY', format: 'DD.MM.YYYY',
"separator": " - ", "separator": " - ",
"applyLabel": "Anwenden", "applyLabel": "Anwenden",
"cancelLabel": "Cancel", "cancelLabel": "Abbrechen",
"fromLabel": "Von", "fromLabel": "Von",
"toLabel": "Bis", "toLabel": "Bis",
customRangeLabel: 'Benutzerdefiniert', customRangeLabel: 'Benutzerdefiniert',
@ -170,7 +170,10 @@ $.getJSON('https://mini-beieli.ch/metrics?' + sPageURL + range, function(mydata)
curve: 'smooth' curve: 'smooth'
}, },
xaxis: { xaxis: {
type: "datetime" type: "datetime",
labels: {
rotate: 0
}
}, },
yaxis: { yaxis: {
min: minfunc, min: minfunc,