Add further target values
This commit is contained in:
parent
cc7ba64dd3
commit
87f54c6fef
2
wsgi.py
2
wsgi.py
@ -93,7 +93,7 @@ def plot(
|
|||||||
curr_datetime,
|
curr_datetime,
|
||||||
df: pd.DataFrame,
|
df: pd.DataFrame,
|
||||||
annotate_current: bool = False,
|
annotate_current: bool = False,
|
||||||
total_targets: tuple[int, ...] = (1500,),
|
total_targets: tuple[int, ...] = (1500, 2500, 3500),
|
||||||
alpha: float | None = None,
|
alpha: float | None = None,
|
||||||
landesbez_str: str | None = None,
|
landesbez_str: str | None = None,
|
||||||
) -> str:
|
) -> str:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user