removed unused argument in graphs
[p2pool.git] / web-static / graphs.html
index 11adc6c..62d8c74 100644 (file)
@@ -94,7 +94,7 @@
                 return {"area": top, "mean": bottom==0?null:top/bottom};
             }
             
-            function plot(g, unit, total_unit, lines, stack, proportion_view, isnt_first) {
+            function plot(g, unit, total_unit, lines, stack, proportion_view) {
                 // lines is a list of objects which have attributes data, color, and label
                 
                 var orig_unit = unit;