From 8b237ef4f3cd7701f87a9db52654746410738101 Mon Sep 17 00:00:00 2001 From: fredo Date: Tue, 15 Mar 2016 19:13:02 +0100 Subject: [PATCH] added TODO.txt --- test/TODO.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/TODO.txt diff --git a/test/TODO.txt b/test/TODO.txt new file mode 100644 index 00000000..5b2d8217 --- /dev/null +++ b/test/TODO.txt @@ -0,0 +1,8 @@ +- buttons : not working in Escher +- Find out how to require vega-embed in Jupyter, this is preventing the svg and buttons flag to function (currently hardwired to true and false resp.) +- use CSS to separate actions buttons (see vega-lite site) +- how to change the font of axes ? with CSS ? +- finish implementation (transform, bin, ), check against schema spec +- try to have it work on JUNO, hint : check Base.Multimedia.displays to know where we are displaying html +- explain better the behaviour for each backend. Mention the need to push!(window.assets, ("VegaLite", "vega-lite-plot")) +- ....