# Date to start extraction, format: "AAAA-MM-JJ", example: "2021-01-01"
# Date to end extraction, format: "AAAA-MM-JJ", example: "2021-01-01", default = now
# Title of the graph, default = "Evolution du {date_from} au {date_to}"
title = f"💵<b> Qonto - Suivi des encaissements / Décaissements</b><br>"
# Name of line displayed in legend
# Name of cash in bar displayed in legend
cashin_name = "Encaissements"
# Name of cash out bar displayed in legend
cashout_name = "Décaissements"
cashout_color = "#ea484f"