Documentation fixes and such

This commit is contained in:
2021-05-05 20:20:34 +02:00
parent 7258a8a039
commit db4195ac57
10 changed files with 37 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ function drawGraph(element, label, dataType) {
position: "left",
id: "ax_1",
ticks: {
callback: function(value, index, values) {
callback: function (value, index, values) {
if (dataType == "bytes") {
return formatDataVolume(value, 3);
}
@@ -44,7 +44,7 @@ function drawGraph(element, label, dataType) {
},
beginAtZero: true
},
gridLines: { display: false },
gridLines: { display: true },
}
],
xAxes: [