Update todos.md

This commit is contained in:
Abhinandan Kushwaha 2022-04-14 01:59:24 +05:30 committed by GitHub
parent 4e4387600d
commit 26923936ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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