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
Copy file name to clipboardExpand all lines: reflex/components/recharts/cartesian.py
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -659,9 +659,6 @@ class Reference(Recharts):
659
659
# If set a string or a number, default label will be drawn, and the option is content.
660
660
label: Var[str|int]
661
661
662
-
# If set true, the line will be rendered in front of bars in BarChart, etc. Default: False
663
-
is_front: Var[bool]
664
-
665
662
666
663
classSegment(TypedDict):
667
664
"""A segment in a ReferenceLine or ReferenceArea."""
@@ -783,9 +780,6 @@ class ReferenceArea(Recharts):
783
780
# Defines how to draw the reference line if it falls partly outside the canvas. If set to 'discard', the reference line will not be drawn at all. If set to 'hidden', the reference line will be clipped to the canvas. If set to 'visible', the reference line will be drawn completely. If set to 'extendDomain', the domain of the overflown axis will be extended such that the reference line fits into the canvas. Default: "discard"
784
781
if_overflow: Var[LiteralIfOverflow]
785
782
786
-
# If set true, the line will be rendered in front of bars in BarChart, etc. Default: False
0 commit comments