Skip to content

Commit

Permalink
ref: Render only two levels of the sunburst (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov authored Mar 4, 2025
1 parent adca28b commit 9b029c3
Showing 2 changed files with 216 additions and 229 deletions.
Original file line number Diff line number Diff line change
@@ -37,7 +37,6 @@ function Sunburst() {
<>
<SunburstChart
data={data}
svgFontSize="24px"
svgRenderSize={930}
selector={(data) => data?.coverage}
onHover={({ path, type }) => setCurrentPath({ path, type })}
Loading
Oops, something went wrong.

0 comments on commit 9b029c3

Please sign in to comment.