Merge branch 'master' of https://github.com/danvk/dygraphs into i382
[dygraphs.git] / dygraph-dev.js
index 3f1e792..c06d23d 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
   var source_files = [
     "strftime/strftime-min.js",
     "rgbcolor/rgbcolor.js",
+    "stacktrace.js",
+    "dashed-canvas.js",
+    "dygraph-options.js",
     "dygraph-layout.js",
     "dygraph-canvas.js",
     "dygraph.js",
     "dygraph-utils.js",
     "dygraph-gviz.js",
     "dygraph-interaction-model.js",
-    "dygraph-options-reference.js",  // Shouldn't be included in generate-combined.sh
-    "dygraph-tickers.js"
+    "dygraph-tickers.js",
+    "dygraph-plugin-base.js",
+    "plugins/annotations.js",
+    "plugins/axes.js",
+    "plugins/chart-labels.js",
+    "plugins/grid.js",
+    "plugins/legend.js",
+    "plugins/range-selector.js",
+    "dygraph-plugin-install.js",
+    "dygraph-options-reference.js"  // Shouldn't be included in generate-combined.sh
   ];
 
   for (var i = 0; i < source_files.length; i++) {