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 |
a Radial Chart
ReactElement