X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fsteps.html;h=4a1145c93d831c68ce6dd2a488e5b7816d9765c7;hb=ac422b3aa23612c220b14e938fbae79d01b40b86;hp=3d9404f15b3951cfc9d788b7d0ea3ffb2dffe382;hpb=e5152598cf72fb46c396f79edebc68e9fb4fec73;p=dygraphs.git diff --git a/tests/steps.html b/tests/steps.html index 3d9404f..4a1145c 100644 --- a/tests/steps.html +++ b/tests/steps.html @@ -1,15 +1,10 @@ - + dygraph - - - - - + +

1: Simple line chart:

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

+
+