Don't display a graph by default, because if you make custom settings,
authorRobert Konigsberg <konigsberg@google.com>
Thu, 7 Apr 2011 17:42:35 +0000 (13:42 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 7 Apr 2011 17:42:35 +0000 (13:42 -0400)
the first run will skew the results.

tests/dygraph-many-points-benchmark.html

index e9731d5..e092da9 100644 (file)
       document.getElementById('num_series_input').value = '1';
       document.getElementById('roll_period_input').value = '1';
       document.getElementById('repetitions').value = '1';
-      updatePlot();
     </script>
   </body>
 </html>