From: David Eberlein Date: Fri, 12 Apr 2013 07:36:25 +0000 (+0200) Subject: TEST: Added examples of new grid options and features. X-Git-Tag: v1.0.0~29^2^2~12 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=c866c1fe74132d4ac196e633fddc68be77bec09c;p=dygraphs.git TEST: Added examples of new grid options and features. --- diff --git a/tests/grid_dot.html b/tests/grid_dot.html index 4136ee2..77a271b 100644 --- a/tests/grid_dot.html +++ b/tests/grid_dot.html @@ -31,5 +31,61 @@ } ); + +

Use axis specific grid options. (independentTicks, gridLinePattern, ...)

+
+ + - + \ No newline at end of file diff --git a/tests/two-axes.html b/tests/two-axes.html index 3f40b07..e3e29ff 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -16,9 +16,16 @@

Multiple y-axes

The same data with both one and two y-axes. Two y-axes:

+

Two y-axes with y as primary axis (default):

-

A single y-axis:

+

Two y-axes with y2 as primary axis:

+
+

Two y-axes using different grids:

+
+

A single y-axis (left):

+

A single y-axis (right):

+