From b5daaaf068a8a945a0496f1fe7cf8c1d690f97e9 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Mon, 19 Dec 2011 16:56:09 -0500 Subject: [PATCH] Add visualization test for changing colors. --- tests/color-cycle.html | 47 ++++++++++++++++++++++++++++++++ tests/dygraph-many-points-benchmark.html | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 tests/color-cycle.html diff --git a/tests/color-cycle.html b/tests/color-cycle.html new file mode 100644 index 0000000..fe3856f --- /dev/null +++ b/tests/color-cycle.html @@ -0,0 +1,47 @@ + + + + + color cycles + + + + + + +

Different color cycles

+ +
+

Colors: + + + +

+ + + + diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 3525e93..7dc69f7 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -126,7 +126,7 @@ series: 1, rollPeriod: 1, repetitions: 1, - type: 'sine' + type: 'sine', }; // Parse the URL for parameters. Use it to override the values hash. -- 2.7.4