From: Robert Konigsberg Date: Mon, 19 Dec 2011 21:56:09 +0000 (-0500) Subject: Add visualization test for changing colors. X-Git-Tag: v1.0.0~400 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b5daaaf068a8a945a0496f1fe7cf8c1d690f97e9;p=dygraphs.git Add visualization test for changing colors. --- 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.