Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing types for RadialLinearScale xCenter & yCenter properties #11861

Closed
artus9033 opened this issue Aug 15, 2024 · 0 comments · Fixed by #11862
Closed

Missing types for RadialLinearScale xCenter & yCenter properties #11861

artus9033 opened this issue Aug 15, 2024 · 0 comments · Fixed by #11862

Comments

@artus9033
Copy link
Contributor

artus9033 commented Aug 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant