Merge branch 'main' into immutable-vars
This commit is contained in:
commit
02def8c077
@ -142,6 +142,9 @@ class XAxis(Axis):
|
|||||||
# The range of the axis. Work best in conjuction with allow_data_overflow.
|
# The range of the axis. Work best in conjuction with allow_data_overflow.
|
||||||
domain: Var[List]
|
domain: Var[List]
|
||||||
|
|
||||||
|
# The range of the axis. Work best in conjuction with allow_data_overflow.
|
||||||
|
domain: Var[List]
|
||||||
|
|
||||||
|
|
||||||
class YAxis(Axis):
|
class YAxis(Axis):
|
||||||
"""A YAxis component in Recharts."""
|
"""A YAxis component in Recharts."""
|
||||||
|
Loading…
Reference in New Issue
Block a user