X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=60bd81e61b69ab4922a0e796a90582dfa66c8556;hb=8c0599e30c8cfbda74f1f70e8b07e58bc19548ae;hp=0a1c390477b39edcbff4b114ec26ab4395540753;hpb=f1ec8cf5aedd62613b954803cb48aaa0a065dc32;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 0a1c390..60bd81e 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -486,9 +486,9 @@ Dygraph.OPTIONS_REFERENCE = // "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)." },