Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -247,7 +247,7 @@ def full_report():
|
|
| 247 |
title='Jumps by Continent/Country/City (click anywhere!)',
|
| 248 |
template="plotly_dark",
|
| 249 |
color_continuous_scale='jet',
|
| 250 |
-
range_color=np.quantile(icicle_df['jumps'].values, q=0.95),
|
| 251 |
branchvalues='total',
|
| 252 |
height=800,
|
| 253 |
maxdepth=4,
|
|
|
|
| 247 |
title='Jumps by Continent/Country/City (click anywhere!)',
|
| 248 |
template="plotly_dark",
|
| 249 |
color_continuous_scale='jet',
|
| 250 |
+
range_color=[0, np.quantile(icicle_df['jumps'].values, q=0.95)],
|
| 251 |
branchvalues='total',
|
| 252 |
height=800,
|
| 253 |
maxdepth=4,
|