From 342b09856ba5a0a42b04884d8b417be458cc6e20 Mon Sep 17 00:00:00 2001 From: Neal Nelson Date: Tue, 15 Jun 2010 17:38:37 +0200 Subject: [PATCH] Added stepPlot option. --- tests/steps.html | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 tests/steps.html diff --git a/tests/steps.html b/tests/steps.html new file mode 100644 index 0000000..81dfbd0 --- /dev/null +++ b/tests/steps.html @@ -0,0 +1,135 @@ + + + dygraph + + + + + + + +

1: Simple line chart:

+
+ + +

2: Simple step chart:

+
+ + +

3: Filled step chart:

+
+ + +

4: Line chart with error bars:

+
+ + +

5: Step chart with error bars:

+
+ + +

6: Stepped chart with gaps from CSV:

+
+ + +

7: Stepped chart with gaps from native data:

+
+ + + + -- 2.7.4