Skip to content

Commit 92dea1d

Browse files
committed
render only what is visible
1 parent c317454 commit 92dea1d

File tree

2 files changed

+217
-194
lines changed

2 files changed

+217
-194
lines changed

src/pages/RepoPage/CoverageTab/OverviewTab/subroute/Sunburst/Sunburst.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function Sunburst() {
3737
<>
3838
<SunburstChart
3939
data={data}
40-
svgFontSize="24px"
4140
svgRenderSize={930}
4241
selector={(data) => data?.coverage}
4342
onHover={({ path, type }) => setCurrentPath({ path, type })}

0 commit comments

Comments
 (0)