removed unused argument in graphs
authorForrest Voight <forrest@forre.st>
Mon, 16 Sep 2013 17:30:25 +0000 (13:30 -0400)
committerForrest Voight <forrest@forre.st>
Tue, 17 Sep 2013 01:33:26 +0000 (21:33 -0400)
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;