X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=dygraph-options-reference.js;h=c95207239b2f2a6462853c6eb429044632307790;hb=b66a63b16308084fc2fe24b5b70056c39f39beb7;hp=64e738d4f77864cf5da65ccfcbdc6f2ed00f5242;hpb=30a5cfc6c8dfe0ff412e63498eac09d31e9004a7;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 64e738d..c952072 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -560,7 +560,7 @@ Dygraph.OPTIONS_REFERENCE = // "dateWindow": { "default": "Full range of the input is shown", "labels": ["Axis display"], - "type": "Array of two Dates or numbers", + "type": "Array of two numbers", "example": "[
  Date.parse('2006-01-01'),
  (new Date()).valueOf()
]", "description": "Initially zoom in on a section of the graph. Is of the form [earliest, latest], where earliest/latest are milliseconds since epoch. If the data for the x-axis is numeric, the values in dateWindow must also be numbers." },