Skip to content

Commit d046267

Browse files
committed
Added a chart library: recharts
1 parent 631085f commit d046267

2 files changed

Lines changed: 203 additions & 1 deletion

File tree

package-lock.json

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"react": "^16.13.1",
1212
"react-dom": "^16.13.1",
1313
"react-router-dom": "^5.1.2",
14-
"react-scripts": "3.4.1"
14+
"react-scripts": "3.4.1",
15+
"recharts": "^1.8.5"
1516
},
1617
"scripts": {
1718
"start": "react-scripts start",

0 commit comments

Comments
 (0)