X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Findependent-series.html;h=e57c414b2974068befcc965e6a6b591c995d25aa;hb=a5f3d82dc74669f378a1e7c63e10bd9804ce4ca2;hp=e3ae8a4a5e07240c18e0027942074bd18b486cba;hpb=c6a0ebbac1ac1454b2d633e6623eef7e1913f5e1;p=dygraphs.git diff --git a/tests/independent-series.html b/tests/independent-series.html index e3ae8a4..e57c414 100644 --- a/tests/independent-series.html +++ b/tests/independent-series.html @@ -1,13 +1,10 @@ + + Independent Series - - - - - + + +

Independent Series

By using the connectSeparated attribute, it's possible to display a chart of several time series with completely independent x-values.

The trick is to specify values for the series at the union of the x-values of all series. For one series' x values, specify null for each of the other series.

@@ -78,7 +76,7 @@ + + + + + +
+ Index +
 
+0
+1
+2
+3
+4
+5
+6
+7
+8
+
+ (CSV) +
x,A,B
+0,2,1
+1,3,2
+2,3,1
+3,,
+4,4,
+5,3,
+6,3,
+7,3,
+8,4,2
+
+ (native) +
[ 
+  [0, 2, 1], 
+  [1, 3, 2],
+  [2, 3, 1],
+  [3, null, null],
+  [4, 4, null],
+  [5, 3, null],
+  [6, 3, null],
+  [7, 3, null],
+  [8, 4, 2] ]
+
+