Merge branch 'main' into immutable-vars

This commit is contained in:
Masen Furer 2024-08-22 16:16:34 -07:00 committed by GitHub
commit 02def8c077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."""