Skip to content

Commit

Permalink
feat(graph): duration breakdown pie chart now matches other charts an…
Browse files Browse the repository at this point in the history
…imation timings
  • Loading branch information
TomPlum committed Nov 17, 2024
1 parent 33e8dd5 commit 0237445
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export const DurationBreakdownPie = ({ data }: DurationBreakdownPieProps) => {
outerRadius={80}
stroke='#0e0e0e'
labelLine={false}
animationBegin={0}
animationDuration={500}
label={renderCustomizedLabel}
>
{pieData.map(({ metric }, index) => (
Expand Down

0 comments on commit 0237445

Please sign in to comment.