Whoops, missing commas.
authorRobert Konigsberg <konigsberg@google.com>
Thu, 22 Nov 2012 17:03:34 +0000 (12:03 -0500)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 22 Nov 2012 17:04:04 +0000 (12:04 -0500)
dygraph-options-reference.js

index 9f9b532..32c91e8 100644 (file)
@@ -763,7 +763,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
   "series": {
     "default": "null",
     "labels": ["Series"],
-    "type": "Object"
+    "type": "Object",
     "description": "Defines per-series options. Its keys match the y-axis label names, and the values are dictionaries themselves that contain options specific to that series. When this option is missing, it falls back on the old-style of per-series options comingled with global options."
   }
 }