You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/Chart.jsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ class Chart extends Component {
36
36
37
37
maked3Tree(){
38
38
// this.removed3Tree();
39
-
constdataset={
39
+
constsnapshotHierarchy={
40
40
name: "rootNode",
41
41
diffState: {},
42
42
children: [
@@ -132,7 +132,7 @@ class Chart extends Component {
132
132
letradius=width/2;
133
133
134
134
// d3.hierarchy constructs a root node from the specified hierarchical data (our object titled dataset), which must be an object representing the root node
0 commit comments