A range selector widget for dygraphs.
[dygraphs.git] / dygraph-dev.js
index 34378ac..1f6005a 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * @license
+ * Copyright 2011 Dan Vanderkam (danvdk@gmail.com)
+ * MIT-licensed (http://opensource.org/licenses/MIT)
+ */
+
 // A dygraph "auto-loader".
 
 // Check where this script was sourced from. If it was sourced from
@@ -18,6 +24,8 @@
     "dygraph-utils.js",
     "dygraph-gviz.js",
     "dygraph-interaction-model.js",
+    "dygraph-range-selector.js",
+    "dygraph-tickers.js",
     "dygraph-options-reference.js"  // Shouldn't be included in generate-combined.sh
   ];