X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fdata.html;h=135fe16057c1610bf5b5faa94d87e5df08547fd0;hb=9838afeac7e8e46c5af67c495e73372fa30d668a;hp=b010407218b5332e52990417741682a688af310a;hpb=36d4fabf9450c8bbada738fb7820c723a0b939fa;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