Add `rangeSelectorCombinedSeries` option
[dygraphs.git] / dygraph-options-reference.js
index 3030bc7..d31a794 100644 (file)
@@ -793,6 +793,12 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "type": "string",
     "description": "The range selector mini plot fill color. This can be of the form \"#AABBCC\" or \"rgb(255,100,200)\" or \"yellow\". You can also specify null or \"\" to turn off fill."
   },
+  "rangeSelectorCombinedSeries": {
+    "default": "null",
+    "labels": ["Interactive Elements"],
+    "type": "array<integer>",
+    "description": "Array of series indexes (1 being the first serie) to combine for drawing the mini plot. The mini plot curve will be an average of these series. If \"null\", all series are combined."
+  },
   "animatedZooms": {
     "default": "false",
     "labels": ["Interactive Elements"],