Skip to content

Commit

Permalink
chore: show ticks for each month
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Sep 12, 2024
1 parent 9fe5105 commit 63f95c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/pages/1_visualizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ def show_stacked_bar_chart(df: pd.DataFrame):
layout = go.Layout(
title="Cash Flow",
title_font=dict(size=26),
xaxis=dict(
title="Month",
showgrid=False,
),
xaxis=dict(title="Month", showgrid=False, dtick="M1"),
yaxis=dict(
title="Amount",
showgrid=False,
Expand Down

0 comments on commit 63f95c6

Please sign in to comment.