From: Dan Vanderkam Date: Thu, 22 Oct 2015 16:10:07 +0000 (-0400) Subject: dygraph-dev --> dist/dygraph.js X-Git-Tag: v2.0.0~38^2~14 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=fbd6834a9de994c68825a17fdaae2eaf514227ae;hp=e8c70e4e0f4c124a2c68eb43d6ec4e781d1bf810;p=dygraphs.git dygraph-dev --> dist/dygraph.js --- diff --git a/dygraph-dev.js b/dygraph-dev.js deleted file mode 100644 index b09f28b..0000000 --- a/dygraph-dev.js +++ /dev/null @@ -1,50 +0,0 @@ -/** - * @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 -// '../dygraph-dev.js', then we should source all the other scripts with the -// same relative path ('../dygraph.js', '../dygraph-canvas.js', ...) -(function() { - var src=document.getElementsByTagName('script'); - var script = src[src.length-1].getAttribute("src"); - - // This list needs to be kept in sync w/ the one in generate-combined.sh - // and the one in jsTestDriver.conf. - var source_files = [ - // "src/polyfills/console.js", - // "src/polyfills/dashed-canvas.js", - "src/dygraph-options.js", - "src/dygraph-layout.js", - "src/dygraph-canvas.js", - "src/dygraph.js", - "src/dygraph-utils.js", - // "src/dygraph-gviz.js", - "src/dygraph-interaction-model.js", - "src/dygraph-tickers.js", - // "src/dygraph-plugin-base.js", - // "src/plugins/annotations.js", - // "src/plugins/axes.js", - // "src/plugins/chart-labels.js", - // "src/plugins/grid.js", - // "src/plugins/legend.js", - // "src/plugins/range-selector.js", - // "src/dygraph-plugin-install.js", - // "src/dygraph-options-reference.js", // Shouldn't be included in generate-combined.sh - "src/datahandler/datahandler.js", - "src/datahandler/default.js", - // "src/datahandler/default-fractions.js", - // "src/datahandler/bars.js", - // "src/datahandler/bars-error.js", - // "src/datahandler/bars-custom.js", - // "src/datahandler/bars-fractions.js" - ]; - - for (var i = 0; i < source_files.length; i++) { - document.write('\n'); - } -})(); diff --git a/tests/annotation-gviz.html b/tests/annotation-gviz.html index 2f7e116..749ac16 100644 --- a/tests/annotation-gviz.html +++ b/tests/annotation-gviz.html @@ -5,7 +5,7 @@ For production (minified) code, use: --> - + +

This test demonstrates how annotations can be used with native-format data.

diff --git a/tests/annotation.html b/tests/annotation.html index 31e0062..6d477e2 100644 --- a/tests/annotation.html +++ b/tests/annotation.html @@ -9,7 +9,7 @@ For production (minified) code, use: --> - +