summaryrefslogtreecommitdiff
path: root/src/viz
diff options
context:
space:
mode:
authorBernhard Tittelbach <bernhard@tittelbach.org>2014-10-24 15:07:02 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-24 21:17:15 +0200
commit8dc78606fddc238f13cda2e4479ec911963b20ba (patch)
tree4b4b3aae96c769760197096df8834cc75d851ea0 /src/viz
parentdarstellungsauswahl (diff)
more graphs
Diffstat (limited to 'src/viz')
-rw-r--r--src/viz/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viz/index.js b/src/viz/index.js
index de66d9c..a984cb6 100644
--- a/src/viz/index.js
+++ b/src/viz/index.js
@@ -2,7 +2,7 @@ var qintv_ms = 5000;
var uripart = "/updates?";
var lastfrom = "";
var possible_display_functions = {"Off":"none", "Value":showvalue, "Gauge":showgauge, "Graph":showasgraph};
-var stuff_to_display = {"clients":"none","*":showvalue,"client-count":showvalue, "bytes-sent":showgauge, "fuckups-per-second":showasgraph};
+var stuff_to_display = {"clients":"none","*":showvalue,"client-count":showasgraph, "bytes-sent":showasgraph, "fuckups-per-second":showasgraph};
var sidseen = [];