-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementEnhancement to a current APIEnhancement to a current APIfeature requestIssues that are feature requestsIssues that are feature requests
Description
What is the current behavior?
Labels that are wrapped in a custom component do not show on the axis.
What is the expected behavior?
I'd expect to wrap any rechart component in a custom component without losing functionality. This would allow me to create a composable component with useful defaults. Right now I'll have to go with a configuration approach and coupling the custom label component to a custom axis component.
Please provide a demo of the problem in a sandbox
In this example I've got two axes. One uses the <Label /> component directly. The other wraps it in a simple react component, which won't show.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhancement to a current APIEnhancement to a current APIfeature requestIssues that are feature requestsIssues that are feature requests