mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
Remove unused property from arc element for center calculation (#11124)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user