X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fdata.html;h=135fe16057c1610bf5b5faa94d87e5df08547fd0;hb=6c8e399e15069e4c639f0d21a36c065fe1251db3;hp=b010407218b5332e52990417741682a688af310a;hpb=795b16307db2a673ba7aa3452f6f6b0e93baeb3a;p=dygraphs.git diff --git a/docs/data.html b/docs/data.html index b010407..135fe16 100644 --- a/docs/data.html +++ b/docs/data.html @@ -292,8 +292,13 @@ customBars: [x, [low1, val1, high1], [low2, val2, high2], ...] -

To specify missing data, set the value to null. You may not set a value - inside an array to null. Use null instead of the entire array.

+

To specify missing data, set the value to null or NaN. You may not set a value + inside an array to null or NaN. Use null or NaN instead of the entire array. + The only difference between the two is when the option + connectSeparatedPoints + true. In that case, the gaps created by nulls are filled in, and gaps + created by NaNs are preserved. +

Functions