corrected units in memory graph
authorForrest Voight <forrest@forre.st>
Mon, 7 Jan 2013 20:58:10 +0000 (15:58 -0500)
committerForrest Voight <forrest@forre.st>
Mon, 7 Jan 2013 20:58:10 +0000 (15:58 -0500)
web-static/graphs.html

index caba7a2..4e69f83 100644 (file)
                     {"url": "/web/graph_data/getwork_latency/last_" + lowerperiod, "color": "#FF0000", "label": "Getwork Latency"}
                 ], false);
                 
-                plot_later(d3.select("#memory_usage"), "s", null, [
+                plot_later(d3.select("#memory_usage"), "B", null, [
                     {"url": "/web/graph_data/memory_usage/last_" + lowerperiod, "color": "#FF0000", "label": "Memory Usage"}
                 ], false);
             }