Skip to content

Commit b4079df

Browse files
committed
testing complete after merging
1 parent ff8e0b0 commit b4079df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/components/Chart.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class Chart extends Component {
99
super(props);
1010
}
1111

12-
1312
componentDidMount(){
1413
root = JSON.parse(JSON.stringify(this.props.snapshot));
1514
this.maked3Tree();
@@ -22,8 +21,6 @@ class Chart extends Component {
2221
}
2322
}
2423

25-
26-
2724
removed3Tree(){
2825
const anchor = this.refs.anchor;
2926
while(anchor.hasChildNodes()){

0 commit comments

Comments
 (0)