X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=b88e7200f598e17b8ff3b24f4ecb5bec34e91cbb;hb=c715be428d83d80c0a26fd60dc5bc36fb4c908d9;hp=ddd490fd2a6bd52ed68954fb084b794a19c45460;hpb=8887663f6cb6a96cecc1c88d46720438cbab9db0;p=dygraphs.git 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": "",