Expected behavior
Interface RadialLinearScale should contain xCenter & yCenter properties of type number. The properties are defined in the constructor here.
Current behavior
The properties are missing in the interface, causing confusion.
Reproducible sample
TS playground
Optional extra steps/info to reproduce
No response
Possible solution
Add missing properties to interface RadialLinearScale.
Context
No response
chart.js version
4.4.3
Browser name and version
No response
Link to your project
No response