-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
fix: Add backgroundColor type on CoreScaleOptions #11348
fix: Add backgroundColor type on CoreScaleOptions #11348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it applies to all scales it would be better to move it to the CoreScaleOptions
so it is not duplicate
Can you let me know if there is anything to further change here? Would love to have the corrected type merged :) Thanks! |
MB for the late response, since its now in the core scale opts it can be removed from the |
b1c542b
to
c85c9f6
Compare
c85c9f6
to
32c226e
Compare
I don't have merge permissions, so if you would like to merge this please do. Thanks for your approvals :) |
@Mer-cat we'll merge once we release a 4.3.3 to fix a bug |
Very similar to issue #11082 with same fix,
but inadded toCartesianScaleOptions
CoreScaleOptions
so this isn't duplicated in various extensions of theCoreScaleOptions