diff --git a/reflex/components/recharts/cartesian.py b/reflex/components/recharts/cartesian.py index f9f4f73c7..4c76e82ea 100644 --- a/reflex/components/recharts/cartesian.py +++ b/reflex/components/recharts/cartesian.py @@ -142,6 +142,9 @@ class XAxis(Axis): # The range of the axis. Work best in conjuction with allow_data_overflow. domain: Var[List] + # The range of the axis. Work best in conjuction with allow_data_overflow. + domain: Var[List] + class YAxis(Axis): """A YAxis component in Recharts."""