-
Notifications
You must be signed in to change notification settings - Fork 102
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
feat(charts): allow configuring the internal Legend
component
#6493
Conversation
Size Change: +225 B (+0.06%) Total Size: 404 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 11347372818Details
💛 - Coveralls |
* Defines the configuration object for the internally used `recharts` Legend component. | ||
* You can find all possible configuration properties [here](https://recharts.org/en-US/api/Legend). | ||
* | ||
* __Note:__ It is possible to override internally used props, so please use with caution! |
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.
would overwrite
be more fitting here? https://stackoverflow.com/questions/8651562/overwrite-or-override#:~:text=If%20you're%20replacing%20an,or%20changing%20the%20thing%20overridden.
🎉 This PR is included in version v2.3.0 🎉 The release is available on v2.3.0 Your semantic-release bot 📦🚀 |
Closes #5777