Skip to content

Commit

Permalink
months added to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolfi authored and JamesKunstle committed Apr 12, 2024
1 parent e084d91 commit f7364b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
dbc.Row(
[
dbc.Label(
"Window Width:",
"Window Width (Months):",
html_for=f"window-width-{PAGE}-{VIZ_ID}",
width="auto",
),
Expand All @@ -83,7 +83,7 @@
width=2,
),
dbc.Label(
"Step Size:",
"Step Size (Months):",
html_for=f"step-size-{PAGE}-{VIZ_ID}",
width="auto",
),
Expand Down

0 comments on commit f7364b7

Please sign in to comment.