Skip to content
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

Make domain props work for y_axis #3652

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Make domain props work for y_axis #3652

merged 2 commits into from
Jul 11, 2024

Conversation

Lendemor
Copy link
Collaborator

@Lendemor Lendemor commented Jul 10, 2024

Assuming we have data going from 0 to 100, using the code below will only display the range 25,50 on the charts

rx.recharts.y_axis(
    domain=[25, 50],
    allow_data_overflow=True,
),

Fix #3083

@picklelo picklelo merged commit 7ba61ce into main Jul 11, 2024
47 checks passed
Alek99 pushed a commit that referenced this pull request Jul 15, 2024
@masenf masenf deleted the lendemor/fix_domain_yaxis branch December 12, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REF-2925] How to set the display range of the y-axis data.
3 participants