Update app.py
Browse files
app.py
CHANGED
|
@@ -123,8 +123,8 @@ else:
|
|
| 123 |
width=graph_width,
|
| 124 |
height=graph_height,
|
| 125 |
margin=dict(l=60, r=40, t=100, b=40),
|
| 126 |
-
xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
|
| 127 |
-
yaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
|
| 128 |
font=dict(family=font_family, size=18, color="black"),
|
| 129 |
showlegend=show_legend,
|
| 130 |
legend=dict(orientation="v", yanchor="top", y=1, xanchor="left", x=1.02)
|
|
|
|
| 123 |
width=graph_width,
|
| 124 |
height=graph_height,
|
| 125 |
margin=dict(l=60, r=40, t=100, b=40),
|
| 126 |
+
xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
|
| 127 |
+
yaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)', autorange=True),
|
| 128 |
font=dict(family=font_family, size=18, color="black"),
|
| 129 |
showlegend=show_legend,
|
| 130 |
legend=dict(orientation="v", yanchor="top", y=1, xanchor="left", x=1.02)
|