This file contains hidden or 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
| // This is my child Pie Chart Component. | |
| import React, {Component} from 'react'; | |
| import ReactD3 from 'react-d3-components'; | |
| const PieChart = ReactD3.PieChart; | |
| class GroupsPieChart extends Component { | |
| constructor(props){ | |
| super(props); | |
| this.state = { |
NewerOlder