Rewrite vertical bar chart to use recharts

This commit is contained in:
Cmdr McDonald
2017-03-21 14:46:35 +00:00
parent eb042b2778
commit 3f18987007
4 changed files with 71 additions and 97 deletions

View File

@@ -90,16 +90,17 @@
},
"dependencies": {
"babel-polyfill": "*",
"classnames": "^2.2.0",
"browserify-zlib": "ipfs/browserify-zlib",
"classnames": "^2.2.0",
"coriolis-data": "EDCD/coriolis-data",
"d3": "4.6.0",
"fbemitter": "^2.0.0",
"lodash": "^4.15.0",
"lz-string": "^1.4.4",
"react-number-editor": "Athanasius/react-number-editor.git#miggy",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-number-editor": "Athanasius/react-number-editor.git#miggy",
"recharts": "^0.21.2",
"superagent": "^1.4.0"
}
}