fix(frontend): improve reporting charts

This commit is contained in:
Julian Tölle 2020-05-09 23:34:00 +02:00
parent 8c5f495ce5
commit bdbe5f574a
3 changed files with 179 additions and 340 deletions

View file

@ -12,21 +12,13 @@
"@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "10.0.4",
"@testing-library/user-event": "10.1.0",
"@types/d3-array": "2.0.0",
"@types/jest": "25.2.1",
"@types/node": "12.12.38",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/react-router-dom": "5.1.5",
"@vx/axis": "0.0.196",
"@vx/curve": "0.0.196",
"@vx/gradient": "0.0.196",
"@vx/grid": "0.0.196",
"@vx/group": "0.0.196",
"@vx/scale": "0.0.196",
"@vx/shape": "0.0.196",
"@types/recharts": "1.8.10",
"autoprefixer": "9.7.6",
"d3-array": "2.4.0",
"date-fns": "2.13.0",
"npm-run-all": "4.1.5",
"postcss-cli": "7.1.1",
@ -35,6 +27,7 @@
"react-dom": "16.13.1",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.1",
"recharts": "1.8.5",
"tailwindcss": "1.4.5",
"typescript": "3.8.3"
},