Spaces:
Running
Running
patrickramos
commited on
Commit
•
11cdf80
1
Parent(s):
5f04844
Update app
Browse files- gradio_function.py +2 -1
gradio_function.py
CHANGED
@@ -262,7 +262,8 @@ def plot_velo_summary(df, league_df, player):
|
|
262 |
violingap=0,
|
263 |
violingroupgap=0,
|
264 |
legend=dict(orientation='h', y=-0.15, yanchor='top'),
|
265 |
-
modebar_remove=['zoom', 'select2d', 'lasso2d', 'pan', 'autoScale']
|
|
|
266 |
)
|
267 |
|
268 |
return fig
|
|
|
262 |
violingap=0,
|
263 |
violingroupgap=0,
|
264 |
legend=dict(orientation='h', y=-0.15, yanchor='top'),
|
265 |
+
modebar_remove=['zoom', 'select2d', 'lasso2d', 'pan', 'autoScale'],
|
266 |
+
dragmode=False
|
267 |
)
|
268 |
|
269 |
return fig
|