address issue 445
authorDan Vanderkam <danvk@google.com>
Mon, 12 Aug 2013 20:59:38 +0000 (16:59 -0400)
committerDan Vanderkam <danvk@google.com>
Mon, 12 Aug 2013 20:59:38 +0000 (16:59 -0400)
dygraph-options-reference.js
generate-combined.sh

index 64e738d..c952072 100644 (file)
@@ -560,7 +560,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
   "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": "[<br>&nbsp;&nbsp;Date.parse('2006-01-01'),<br>&nbsp;&nbsp;(new Date()).valueOf()<br>]",
     "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."
   },
index 9e184ae..4d062aa 100755 (executable)
@@ -55,8 +55,8 @@ compress*|cat_compress*)
   CatCompressed
   ;;
 update)
-  CatCompressed > dygraph-combined.js
-  chmod a+r dygraph-combined.js
+  CatCompressed > dygraph-min.js
+  chmod a+r dygraph-min.js
   ;;
 *)
   echo >&2 "Unknown action '$ACTION'"