Skip to content

Commit 9fff73d

Browse files
committed
merge
1 parent 51a7633 commit 9fff73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/tree/TreeChart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function TreeChart({ data }) {
8181
if (data !== previouslyRenderedData) {
8282
enteringAndUpdatingLinks
8383
.attr('stroke-dashoffset', function() {
84-
console.log('this', this);
84+
8585
return this.getTotalLength();
8686
})
8787
.attr('stroke-dashoffset', 0);
@@ -118,7 +118,7 @@ function TreeChart({ data }) {
118118
display: 'flex',
119119
justifyContent: 'center'
120120
};
121-
121+
122122
return (
123123
// <div theme={theme} style={{ backgroundColor: 'black' }}>
124124
<div ref={wrapperRef} style={wrapperStyles}>

0 commit comments

Comments
 (0)