X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fsteps.html;h=71de53c389f870ef2484684ec8293757fb7abf6e;hb=2a1f00d810b5c4f04b72bc6a393380b858f70909;hp=3d9404f15b3951cfc9d788b7d0ea3ffb2dffe382;hpb=e14b35042fcba0a67878e0bafe8d4f85c82116c5;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index 3d9404f..71de53c 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,15 +1,13 @@ - dygraph - - - - - + + +

1: Simple line chart:

@@ -129,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):

+
+