From: Dan Vanderkam <danvdk@gmail.com>
Date: Wed, 19 Nov 2014 06:26:05 +0000 (-0500)
Subject: Document the new "axis", not the old.
X-Git-Tag: v1.1.0~19^2~3
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=8498e5e8bee67ebddbf8c8ff268bfa18d9a77cba;p=dygraphs.git

Document the new "axis", not the old.
---

diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js
index ddd490f..b88e720 100644
--- a/dygraph-options-reference.js
+++ b/dygraph-options-reference.js
@@ -339,8 +339,8 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
   "axis": {
     "default": "(none)",
     "labels": ["Axis display"],
-    "type": "string or object",
-    "description": "Set to either an object ({}) filled with options for this axis or to the name of an existing data series with its own axis to re-use that axis. See tests for usage."
+    "type": "string",
+    "description": "Set to either 'y1' or 'y2' to assign a series to a y-axis (primary or secondary). Must be set per-series."
   },
   "pixelsPerXLabel": {
     "default": "",