X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fsteps.html;h=dd9ff5caecee97ea16fe43ee8ae3bf0879213aa9;hb=406eddbbdea074df010fc3c432185bc78f9a5814;hp=b8d08c6d0a23202e84c43f957b5183de86bc1f46;hpb=f30cf7405c2071be3b802bc569e2cab5a7675afa;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index b8d08c6..dd9ff5c 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,13 +1,17 @@ + + dygraph - - - - + + +

1: Simple line chart:

@@ -126,10 +130,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):

+
+