| 1 | server: http://localhost:9876 |
| 2 | |
| 3 | # This list needs to be kept in sync w/ the one in dygraph-dev.js |
| 4 | # and the one in generate-combined.sh. |
| 5 | load: |
| 6 | - dashed-canvas.js |
| 7 | - dygraph-layout.js |
| 8 | - dygraph-canvas.js |
| 9 | - dygraph-options.js |
| 10 | - dygraph.js |
| 11 | - dygraph-utils.js |
| 12 | - dygraph-gviz.js |
| 13 | - dygraph-interaction-model.js |
| 14 | - dygraph-options-reference.js |
| 15 | - dygraph-tickers.js |
| 16 | - dygraph-dev.js |
| 17 | - excanvas.js |
| 18 | - dygraph-plugin-base.js |
| 19 | - plugins/*.js |
| 20 | - dygraph-plugin-install.js |
| 21 | - datahandler/datahandler.js |
| 22 | - datahandler/default.js |
| 23 | - datahandler/default-fractions.js |
| 24 | - datahandler/bars.js |
| 25 | - datahandler/bars-error.js |
| 26 | - datahandler/bars-custom.js |
| 27 | - datahandler/bars-fractions.js |
| 28 | - auto_tests/tests/*.js |
| 29 | - auto_tests/lib/jquery-1.4.2.js |