From 8498e5e8bee67ebddbf8c8ff268bfa18d9a77cba Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 19 Nov 2014 01:26:05 -0500 Subject: [PATCH] Document the new "axis", not the old. --- dygraph-options-reference.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = // "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": "", -- 2.7.4