Skip to content

Commit

Permalink
Remove unused property from arc element for center calculation (#11124)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Feb 8, 2023
1 parent 6cb10dc commit 1db46ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/elements/element.arc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ export default class ArcElement extends Element<ArcProps, ArcOptions> {
'startAngle',
'endAngle',
'innerRadius',
'outerRadius',
'circumference',
'outerRadius'
], useFinalPosition);
const {offset, spacing} = this.options;
const halfAngle = (startAngle + endAngle) / 2;
Expand Down

0 comments on commit 1db46ef

Please sign in to comment.