From: Robert Konigsberg Date: Sat, 25 Feb 2012 21:48:47 +0000 (-0800) Subject: Merge pull request #127 from kberg/master X-Git-Tag: v1.0.0~320 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=65728bc9155b54d20889d255f6d3d8766af8c144;hp=fa20d2efe4660d5c79efd91faa34aeb52d0f0c28;p=dygraphs.git Merge pull request #127 from kberg/master Clean up gallery; show HTML, Javascript and CSS in prettier fashion. --- diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index d24cab8..8e4cfdd 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -39,6 +39,7 @@ + + + + +

Custom circles and hover circles

+
+ + + + diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 7dc69f7..7aadb19 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -16,21 +16,22 @@

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: -

-

Roll period (in points): -

-

Repetitions: -

- - +
+

Data to plot: + sinusoid function + random points

+

Number of points: +

+

Number of series: +

+

Roll period (in points): +

+

Repetitions: +

+ +


@@ -39,7 +40,8 @@
diff --git a/tests/two-axes-vr.html b/tests/two-axes-vr.html new file mode 100644 index 0000000..5814435 --- /dev/null +++ b/tests/two-axes-vr.html @@ -0,0 +1,123 @@ + + + + + Multiple y-axes with valueRange + + + + + + +

Multiple y-axes with valueRange

+

The same data with both different valueRanges. Two-axis old y[40, 70] valueRange:

+
+

Two-axis new valueRange y[40, 80] set:

+
+

Two-axis new valueRange y[40, 80] & y2[1e6, 1.2e6] set:

+
+ + +