Components

BarChart

<BarChart data svgHeight />

Constructor

# <BarChart data svgHeight />

A Bar chart showing the user weight and calories burned. Filled by D3.js.

PropTypes:
Name Type Required Description Default
data arrayOf Yes
svgHeight number No
Parameters:
Name Type Description
props Object

props component

data Array.<Object>

user data

svgHeight number

height of svg container

View Source Components/D3/BarChart.jsx, line 6

a Bar Chart

ReactElement