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