X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=closure-todo.txt;h=ae776225706d3b31ba822400bc2f945986b697f9;hb=e8c635cc4e3c265e88f66b46b689e291531330b6;hp=392ede4cd90a39a1cc8ab9ab4df9d714933c908d;hpb=22bc1f1aa706840b759b52f6504e84e17e883151;p=dygraphs.git diff --git a/closure-todo.txt b/closure-todo.txt index 392ede4..ae77622 100644 --- a/closure-todo.txt +++ b/closure-todo.txt @@ -30,6 +30,15 @@ Plugins: - plugins/legend.js - plugins/range-selector.js +Datahandler: +- datahandler/bars-custom.js +- datahandler/bars-error.js +- datahandler/bars-fractions.js +- datahandler/bars.js +- datahandler/datahandler.js +- datahandler/default-fractions.js +- datahandler/default.js + Here's a command that can be used to build dygraphs using the closure compiler: java -jar ../../closure-compiler-read-only/build/compiler.jar --js=dygraph-utils.js --js=dashed-canvas.js --js=dygraph-options-reference.js --js=dygraph-tickers.js --js=dygraph-gviz.js --js=dygraph-options.js --js_output_file=/tmp/out.js --compilation_level ADVANCED_OPTIMIZATIONS --warning_level VERBOSE --externs dygraph-externs.js