corrected units in memory graph
[p2pool.git] / 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);
             }