X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdygraph-many-points-benchmark.html;h=5b94eb387acc4d6f957c969bde83502366851567;hb=ce31caf22475e3e1fd6d9fea192d61ff4fcd7fac;hp=9fc0f81a89fc92d569286983599962f62e7f646b;hpb=2aea3d2ef5b7ca25355d056af65f9a5133b223c4;p=dygraphs.git diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 9fc0f81..5b94eb3 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -1,16 +1,12 @@ - Benchmarking for Plots with Many Points - - + @@ -29,6 +25,7 @@

x-axis type: numeric date/time +

Number of points per series (points):

Number of series (series): @@ -103,6 +100,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) {