From a058247dbb5f8a765119e2abba3fb25d90d1ab4f Mon Sep 17 00:00:00 2001 From: Anthony Robledo Date: Tue, 28 Jun 2011 15:45:53 -0400 Subject: [PATCH] Added an option to plot random points instead of just a sine wave. --- tests/dygraph-many-points-benchmark.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index b4f7471..3899552 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -16,6 +16,9 @@

Plot which can be easily generated with different numbers of points for benchmarking/profiling and improving performance of dygraphs.

+

Data to plot: + sinusoid function + random points

Number of points:

Number of series: @@ -35,6 +38,7 @@