This repository was archived by the owner on Mar 7, 2026. It is now read-only.
docs: add API documentation for includeHidden axis prop#223
Merged
Conversation
Member
|
Don't merge until recharts/recharts#3103 is merged |
ckifer
pushed a commit
to recharts/recharts
that referenced
this pull request
Feb 24, 2023
…ta (#3103) Closes #3099 This PR introduces the `includeHidden` prop to `Axis` elements. Setting this to true ensures that all datapoints within a chart contribute to its domain calculation, even when they are hidden. This allows developers to improve the end-user experience for charts that allow toggling datapoints, as it can improve their ability to make comparisons on narrower sets of data. Documentation for this feature is added in recharts/recharts.org#223. --------- Co-authored-by: Neef Rehman <[email protected]>
Contributor
Author
|
@ckifer just bumping this PR now that the feature is merged |
Member
|
Will wait until next release to move it into the docs. Thanks! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Addresses recharts/recharts#3099, recharts/recharts#3103
Adds API documentation for the
includeHiddenaxis prop introduced in recharts/recharts#3103. Having seen a contributor do the same in another PR, I've used Google Translate for the Chinese description. More than happy for this to be replaced by a better translation from a native speaker.