From: Dan Vanderkam Date: Tue, 11 Nov 2014 05:06:53 +0000 (-0500) Subject: Add Fill option to benchmark to help with issue #346 X-Git-Tag: v1.1.0~29 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=9ab1543103d04984e905a9de2f9368824413cd44;p=dygraphs.git Add Fill option to benchmark to help with issue #346 --- diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 9fc0f81..3dfe4bb 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -29,6 +29,7 @@

x-axis type: numeric date/time +

Number of points per series (points):

Number of series (series): @@ -103,6 +104,7 @@ var rollPeriod = parseInt( document.getElementById('rollPeriod').value); var opts = {labels: labels, rollPeriod: rollPeriod, timingName: "x"}; + opts['fillGraph'] = document.getElementById('fill').checked; var millisecondss = []; for (var i = 0; i < repetitions; i++) { if (graph != null) {