From 26923936aee2367d6f0bb4243b9bc8a3a5dfc0ec Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Thu, 14 Apr 2022 01:59:24 +0530 Subject: [PATCH] Update todos.md --- src/todos.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/todos.md b/src/todos.md index 0eb685f..86f0227 100644 --- a/src/todos.md +++ b/src/todos.md @@ -12,3 +12,9 @@ 5. Prepare a doc for Bar chart combined with Line chart having a separate data for the Line chart 6. Prepare a doc for Line chart with smoothly scrolling data pointer and strip (along with pointerShiftX) 7. Prepare a doc for Bar chart with barMarginBottom + +## Architecture Enhancement + +1. Get rid of canvas (currently being used only for Pie charts) +2. Make it compliant with React js +3. Write tests