X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fsteps.html;h=e67f45dc81f94f4d48982ffde561c2d26868d08b;hb=623dd1d6e1562941750eb9f00ac28f2481b07f95;hp=8d77989cc115240a10ab42842674e677a45be2d9;hpb=b03b9d235686d105e46a4263bcaddf8eee2b9553;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index 8d77989..e67f45d 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,13 +1,14 @@ + + dygraph - - - - - + + +

1: Simple line chart:

@@ -126,10 +127,145 @@ { labels: ["Date","GapSeries1","GapSeries2"], showRoller: true, - stepPlot: true + stepPlot: true, + 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):

+
+