X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fsteps.html;h=e67f45dc81f94f4d48982ffde561c2d26868d08b;hb=660bb307f01c14f7d7d1b839812840fb179481ec;hp=3d9404f15b3951cfc9d788b7d0ea3ffb2dffe382;hpb=10494b48b43d9ca8710d441d3c530c7d546f3edf;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index 3d9404f..e67f45d 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,15 +1,14 @@ - + dygraph - - - - - + + +

1: Simple line chart:

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

+
+