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

Add domain prop for the PolarRadiusAxis component #3349

Merged
merged 3 commits into from
May 30, 2024

Conversation

TG199
Copy link
Contributor

@TG199 TG199 commented May 20, 2024

Type of change

  • Bug fix (non-breaking change which fixes an issue

Description:

This pull request adds the domain prop to the PolarRadiusAxis component in the Reflex library. The domain prop allows users to specify the minimum and maximum values for the polar radius axis.

Changes:

  • Added the domain prop to the PolarRadiusAxis class definition.
  • Specified the type of the domain prop as a list of integers (List[int]).

@masenf
Copy link
Collaborator

masenf commented May 20, 2024

need to run poetry run python scripts/make_pyi.py to update the pyi file for the changed component.

picklelo
picklelo previously approved these changes May 20, 2024
Copy link
Contributor

@picklelo picklelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for adding!

@picklelo picklelo merged commit d99c40a into reflex-dev:main May 30, 2024
45 of 47 checks passed
@TG199 TG199 deleted the my_reflex branch May 30, 2024 18:57
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.

None yet

4 participants