Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ if run_button:
|
|
| 167 |
barmode="group",
|
| 168 |
xaxis=dict(
|
| 169 |
tickformat="%Y-%m-%d",
|
| 170 |
-
dtick="
|
| 171 |
tickangle=-45
|
| 172 |
),
|
| 173 |
xaxis_title="Date",
|
|
|
|
| 167 |
barmode="group",
|
| 168 |
xaxis=dict(
|
| 169 |
tickformat="%Y-%m-%d",
|
| 170 |
+
dtick="D3", # one tick per day
|
| 171 |
tickangle=-45
|
| 172 |
),
|
| 173 |
xaxis_title="Date",
|