X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fdygraph-many-points-benchmark.html;h=e276e06a1f9bf7e84141f09753f809edc37b7e70;hb=da2a028fc41e5573868358b3d9eda9826211d217;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..e276e06 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -1,16 +1,9 @@ - + Benchmarking for Plots with Many Points - - - + @@ -29,6 +22,7 @@

x-axis type: numeric date/time +

Number of points per series (points):

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