From c866c1fe74132d4ac196e633fddc68be77bec09c Mon Sep 17 00:00:00 2001 From: David Eberlein Date: Fri, 12 Apr 2013 09:36:25 +0200 Subject: [PATCH] TEST: Added examples of new grid options and features. --- tests/grid_dot.html | 58 ++++++++++++++++++++++++++- tests/two-axes.html | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 166 insertions(+), 5 deletions(-) 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):

+
-- 2.7.4