Skip to content

Commit

Permalink
Add option for 3 month data view
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanjohnson committed Nov 22, 2023
1 parent 2c946d1 commit d9ab27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def serve_layout() -> html.Div:
{'label': '1 day', 'value': '24h'},
{'label': '7 days', 'value': '7d'},
{'label': '30 days', 'value': '30d'},
{'label': '3 Months', 'value': '90d'},
]),
html.Label(['Sampling'], id='frequencyLabel'),
dcc.Dropdown(id='frequency', clearable=False, searchable=False, value='1h', options=[
Expand Down

0 comments on commit d9ab27b

Please sign in to comment.