diff --git a/dashboard/app.py b/dashboard/app.py index 467506b..7797117 100644 --- a/dashboard/app.py +++ b/dashboard/app.py @@ -182,8 +182,7 @@ plot_bgcolor="#F9F9F9", paper_bgcolor="#F9F9F9", legend=dict(font=dict(size=10), orientation="h"), - #yaxis={'tickformat': '.0f'}, - #xaxis={'dtick': 1}, + xaxis={'tickformat': 'd'}, showlegend=True, )