This project was based on the following tutorial (https://codeburst.io/simple-data-visualization-with-react-js-svg-line-chart-tutorial-df12e5843ce)
How to run locally:
git clone [email protected]:famole/svg_line_chart.git
cd svg_line_chart
yarn install
yarn start
src/App.js contains an example pulling data from http://api.coindesk.com/ in order to show the BTC price.
data: [],
color: '#7CE0D6',
pointRadius: 6,
svgHeight: 300,
svgWidth: 900,
xLabelSize: 20,
yLabelSize: 80,
showLabels: false,
showHoverLoc: false,
showAxis: false,