Skip to content

Commit 1db46ef

Browse files
authored
Remove unused property from arc element for center calculation (#11124)
1 parent 6cb10dc commit 1db46ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/elements/element.arc.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ export default class ArcElement extends Element<ArcProps, ArcOptions> {
327327
'startAngle',
328328
'endAngle',
329329
'innerRadius',
330-
'outerRadius',
331-
'circumference',
330+
'outerRadius'
332331
], useFinalPosition);
333332
const {offset, spacing} = this.options;
334333
const halfAngle = (startAngle + endAngle) / 2;

0 commit comments

Comments
 (0)