- Refactored requestAnimFrame.
[dygraphs.git] / dygraph-options-reference.js
index df19c7d..5aa7f05 100644 (file)
@@ -748,12 +748,6 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "type": "string",
     "description": "The range selector mini plot fill color. This can be of the form \"#AABBCC\" or \"rgb(255,100,200)\" or \"yellow\". You can also specify null or \"\" to turn off fill."
   },
-  "xIsEpochDate": {
-    "default": "false",
-    "labels": ["CSV parsing"],
-    "type": "boolean",
-    "description": "When set the X axis is interpreted as Unix epoch date values."
-  },
   "animatedZooms": {
     "default": "false",
     "labels": ["Interactive Elements"],