fix default value for stacked
before default was de-facto true which was against the intention
This commit is contained in:
parent
4eff15b523
commit
b3aa69eba5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue