Replace recharts with Chartkick + remove all the d3 utils

This commit is contained in:
Gabe Kangas
2020-11-25 00:07:46 -08:00
parent 4bcc60369a
commit c3a51cbfe0
7 changed files with 85 additions and 347 deletions

View File

@@ -10,17 +10,16 @@
"dependencies": {
"@ant-design/icons": "^4.2.2",
"antd": "^4.6.6",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"d3-scale": "^3.2.3",
"d3-time-format": "^3.0.0",
"date-fns": "^2.16.1",
"next": "^10.0.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-chartkick": "^0.4.1",
"react-dom": "16.13.1",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.2",
"recharts": "^1.8.5",
"sass": "^1.26.11"
},
"devDependencies": {