diff --git a/freqtrade/ft_types/plot_annotation_type.py b/freqtrade/ft_types/plot_annotation_type.py index e95586a70..8bee4b1c2 100644 --- a/freqtrade/ft_types/plot_annotation_type.py +++ b/freqtrade/ft_types/plot_annotation_type.py @@ -6,7 +6,7 @@ from typing_extensions import TypedDict class AnnotationType(TypedDict, total=False): - type: Required[Literal["area"]] + type: Required[Literal["area", "line"]] start: str | datetime end: str | datetime y_start: float