From 053388a2d33829b17a1d4d1ceabf58a0c7ea6122 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Sat, 15 Apr 2017 16:46:10 +0800 Subject: [PATCH] Add todo.md --- .gitignore | 1 - todo.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 todo.md diff --git a/.gitignore b/.gitignore index 366ca6453..d10c65112 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,3 @@ test/tmp_* test/fixtures/samples/*.actual* dist/*.js -todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 000000000..d85ab5d61 --- /dev/null +++ b/todo.md @@ -0,0 +1,3 @@ +- Upgrade d3 to version 4 +- use external d3-textwrap library + - Problem is it's for d3 v4 only