X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fsteps.html;h=68e77264472c48119359d38122073bd60f2ef161;hb=79ea4032d8200129384974c9f14ff35cd3443b3f;hp=9b7aef0bbe90c79eff0df74a545f979b408aec35;hpb=3a8dc464e8e7b197d7df18220ab2ad189ff95841;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index 9b7aef0..68e7726 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,13 +1,13 @@ + dygraph - - - - - + + +

1: Simple line chart:

@@ -127,10 +127,144 @@ labels: ["Date","GapSeries1","GapSeries2"], showRoller: true, stepPlot: true, - GapSeries2: { axis: {} } + series: { + GapSeries2: { + axis: 'y2' + } + } } ); + +

8: Stacked filled step chart:

+
+ + +

9: Mixed mode - step and line:

+
+ + + +

10: Mixed mode - step and line (filled):

+
+ + +

11: Mixed mode - step and line (stacked and filled):

+
+ + +

12: Mixed mode - step and line (errorbars):

+
+ + +

13: Mixed mode - step and line (custombars):

+
+