Created
June 12, 2016 15:10
-
-
Save petebrowne/953255f645e969db970a56fbe4315d11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renderSlice(value, i) { | |
return ( | |
<Slice key={i} | |
outerRadius={this.props.radius} | |
value={value} | |
label={value.data} | |
fill={this.colorScale(i)} /> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment