feat: burndown chart (#268)

* chore: recharts dependencie added

* chore: tpye added for issue completed at

* feat: date range helper fn added

* feat: progress chart added

* feat: ideal task line added in progress chart

* feat: chart legends added
This commit is contained in:
Anmol Singh Bhatia 2023-02-10 18:40:02 +05:30 committed by GitHub
parent af22dc9c58
commit bb4ffec7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 528 additions and 165 deletions

View file

@ -31,6 +31,7 @@
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.38.0",
"recharts": "^2.3.2",
"remirror": "^2.0.23",
"swr": "^1.3.0",
"uuid": "^9.0.0"