File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Chart extends Component {
88
88
} ) ;
89
89
90
90
node . append ( "circle" )
91
- . attr ( "r" , 40 .5)
91
+ . attr ( "r" , 35 .5)
92
92
93
93
node
94
94
. append ( "text" )
Original file line number Diff line number Diff line change 1
- /* this represents leaf nodes aka no children */
2
- .node {
3
- cursor : pointer;
4
- }
1
+ @import url ('https://fonts.googleapis.com/css?family=Raleway&display=swap' );
5
2
3
+ /* this represents leaf nodes aka no children */
6
4
.node circle {
7
- fill : # 2e3634 ;
5
+ fill : # 5249f7 ;
8
6
}
9
7
.node text {
10
- font : 15px sans-serif;
8
+ font-size : 20px ;
9
+ font-family : 'Raleway' , sans-serif;;
11
10
}
12
11
13
12
/* this represents those nodes that have children */
14
13
.node--internal circle {
15
- fill : teal ;
14
+ fill : # d317c9 ;
16
15
}
17
16
/* modifies text of parent nodes (has children) */
18
17
.node--internal text {
19
18
fill : white;
19
+ font-size : 30px ;
20
+
20
21
}
21
22
.link {
22
23
fill : none;
23
- stroke : # bfe3da ;
24
- stroke-opacity : 0.2 ;
25
- stroke-width : 10 px ;
24
+ stroke : # 3853ea ;
25
+ stroke-opacity : 0.4 ;
26
+ stroke-width : 30 px ;
26
27
}
You can’t perform that action at this time.
0 commit comments