Add width 'auto' support in storybook#5925
Merged
ckifer merged 1 commit intoJun 6, 2025
Merged
Conversation
Contributor
Author
|
We'll have to update recharts.org API section as well, right? |
Member
|
Yeah, but not yet because this is only in 2.x recharts.org is the 2.x docs still and isn't versioned |
ckifer
approved these changes
Jun 6, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.x #5925 +/- ##
=======================================
Coverage 95.64% 95.64%
=======================================
Files 188 188
Lines 19091 19091
Branches 3836 3836
=======================================
Hits 18260 18260
Misses 825 825
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding
width='auto'support in storybook. Refer to this: #5880Implementation summary:
Changed control type to
textfor YAxis. Then insideYAxis.stories.tsx, wrote a function to convert entered text to number or 'auto' and passed it to YAxis.Related Issue
#5880
How Has This Been Tested?
By entering different values in the input field for width.
Types of changes
Checklist: