Skip to content

Commit

Permalink
Charts - Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-cp committed Dec 12, 2024
1 parent 27cfe17 commit 6d28c88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const PieChart = ( {
pieValue={ accessors.value }
outerRadius={ radius - 20 } // Leave space for labels/tooltips
innerRadius={ innerRadius }
// padAngle={ 0.02 }
>
{ pie => {
return pie.arcs.map( ( arc, index ) => {
Expand Down

0 comments on commit 6d28c88

Please sign in to comment.