From 6ca57c6531c391ae6858cd2559677718d0b6c2b2 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Sat, 24 Nov 2012 13:47:32 -0500 Subject: [PATCH] Fix options reference, so it includes 'Series' category. --- dygraph-options-reference.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 607b369..9110879 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -793,6 +793,7 @@ Dygraph.OPTIONS_REFERENCE = // 'Legend', 'Overall display', 'Rolling Averages', + 'Series', 'Value display/formatting', 'Zooming', 'Debugging', -- 2.7.4