From ebf30722761d22eff2c984ddd19ced205a3d128c Mon Sep 17 00:00:00 2001 From: Lucas Verney Date: Tue, 8 Apr 2014 01:08:14 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb42c44..cc87feb 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,6 @@ Feel free to contribute ! * Over effect is a bit overkill right now * You must add your points sorted, as the script won't sort them for you and it may result in very weird graphs * Onclick events not working when there are multiple graphs. +* Choose between line / points / bars The last three points are easy to implement by refactoring the way the raw points are stored and using a single array for all the graphs.