We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf716 commit a545067Copy full SHA for a545067
freqtrade/ft_types/plot_annotation_type.py
@@ -6,7 +6,7 @@
6
7
8
class AnnotationType(TypedDict, total=False):
9
- type: Required[Literal["area"]]
+ type: Required[Literal["area", "line"]]
10
start: str | datetime
11
end: str | datetime
12
y_start: float
0 commit comments