adjust graph
This commit is contained in:
+5
-2
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user