Skip to content

Commit a545067

Browse files
committed
feat: add line annotations
1 parent 39bf716 commit a545067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/ft_types/plot_annotation_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class AnnotationType(TypedDict, total=False):
9-
type: Required[Literal["area"]]
9+
type: Required[Literal["area", "line"]]
1010
start: str | datetime
1111
end: str | datetime
1212
y_start: float

0 commit comments

Comments
 (0)