Skip to content

famole/svg_line_chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Line Chart :svg_line_chart:

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:

Clone the repository

git clone git@github.com:famole/svg_line_chart.git

Install dependencies

cd svg_line_chart
yarn install

Start UI

yarn start

Example of use

src/App.js contains an example pulling data from http://api.coindesk.com/ in order to show the BTC price.

Default Params

data: [],
color: '#7CE0D6',
pointRadius: 6,
svgHeight: 300,
svgWidth: 900,
xLabelSize: 20,
yLabelSize: 80,
showLabels: false,
showHoverLoc: false,
showAxis: false,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published