Promotion: alle Datumsangaben bei den Suchbegriffen eingeben; Linienfarbe bei der Zeitanalyse angepasst

This commit is contained in:
2025-07-17 18:37:58 +02:00
parent afc397cb50
commit a0dbd866b4
2 changed files with 472 additions and 225 deletions

File diff suppressed because it is too large Load Diff

View File

@ -625,7 +625,7 @@ def visualize_time_series(bib_database):
layout["title"] = {"font": {"size": 16}}
layout["autosize"] = True
fig.update_layout(**layout)
fig.update_traces(line=plot_styles['linie_secondaryLine'])
fig.update_traces(line=plot_styles['linie_primaryLine'])
fig.show(config={"responsive": True})
export_figure(fig, "visualize_time_series", export_fig_visualize_time_series, bib_filename)
else: