Components

RadialChart

<RadialChart data svgHeight />

Constructor

# <RadialChart data svgHeight />

A Radial chart showing an user score corresponding to the percentage of his weekly target. Filled by D3.js.

PropTypes:
Name Type Required Description Default
data number 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/RadialChart.jsx, line 6

a Radial Chart

ReactElement