fix default value for stacked

before default was de-facto true which was against the intention
This commit is contained in:
Flukx 2020-12-17 00:08:35 +00:00
parent 4eff15b523
commit b3aa69eba5

View file

@ -130,7 +130,7 @@ def draw_line_diagram(data: Categorisation,
Tuple[float, float, float],
str]] = None,
filename: str = None,
stacked: str = "plot",
stacked: str = False,
ymax = None):
"""Draw a line diagram with the money movements.