From 97ade2b07daaf09d407a0be9254fb73a30a7faf8 Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Mon, 16 Sep 2013 13:30:25 -0400 Subject: [PATCH] removed unused argument in graphs --- web-static/graphs.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web-static/graphs.html b/web-static/graphs.html index 11adc6c..62d8c74 100644 --- a/web-static/graphs.html +++ b/web-static/graphs.html @@ -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; -- 1.7.1