You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
masenf
changed the title
rx.recharts.polar_radius_axis is missing the domain prop
[REF-2824] rx.recharts.polar_radius_axis is missing the domain prop
May 13, 2024
Hi @masenf I checked the link above that leads to the Discord channel. By my understanding, you've provided the solution of this issue there. The only thing missing to get this resolved is a PR. So I just need to add the following line custom_attrs=dict(domain=rx.Var.create([0, 250])) to the file reflex./components/recharts/polar.py in the component PolarRadiusAxis(Recharts):
@TG199 All that's needed here is a PR that adds domain as a list[int] prop to the PolarRadiusAxis component.
The custom_attrs thing is a hackaround for forcing an attribute to be rendered into the compiled output, even when it's not declared as a prop for the component.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Specifics (please complete the following information):
Additional context
Add any other context about the problem here.
REF-2824
The text was updated successfully, but these errors were encountered: