rename labelsDateUTC --> labelsUTC
[dygraphs.git] / dygraph-options-reference.js
index 0a1c390..60bd81e 100644 (file)
@@ -486,9 +486,9 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "type": "boolean",
     "description": "When set, display the graph as a step plot instead of a line plot. This option may either be set for the whole graph or for single series."
   },
-  "labelsDateUTC": {
+  "labelsUTC": {
     "default": "false",
-    "labels": ["Value display/formatting"],
+    "labels": ["Value display/formatting", "Axis display"],
     "type": "boolean",
     "description": "Show date/time labels according to UTC (instead of local time)."
   },