From 9ed300060147f5f3f4021280a573785defe1fd4f Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 7 Apr 2011 13:42:35 -0400 Subject: [PATCH] Don't display a graph by default, because if you make custom settings, the first run will skew the results. --- tests/dygraph-many-points-benchmark.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index e9731d5..e092da9 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -103,7 +103,6 @@ document.getElementById('num_series_input').value = '1'; document.getElementById('roll_period_input').value = '1'; document.getElementById('repetitions').value = '1'; - updatePlot(); -- 2.7.4