X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fsteps.html;h=4a1145c93d831c68ce6dd2a488e5b7816d9765c7;hb=64f1c4dfd7425931fcd1bd9949157c0ba6958656;hp=42b73629005fa83b275d71be39247e2f95612228;hpb=349dd9bae6482cef4fd2025a9feb1af776f432dc;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index 42b7362..4a1145c 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,16 +1,9 @@ - + dygraph - - - + @@ -131,7 +124,11 @@ labels: ["Date","GapSeries1","GapSeries2"], showRoller: true, stepPlot: true, - GapSeries2: { axis: {} } + series: { + GapSeries2: { + axis: 'y2' + } + } } ); @@ -153,6 +150,118 @@ includeZero: true }); + +

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):

+
+