Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -517,8 +517,8 @@ def server(input, output, session):
|
|
| 517 |
"delay": 60,
|
| 518 |
"delay_type": "throttle",
|
| 519 |
"clip": True, # This helps constrain the brush to the plot area
|
| 520 |
-
"fill": "#
|
| 521 |
-
"stroke": "#
|
| 522 |
}
|
| 523 |
|
| 524 |
return ui.output_plot('plot',
|
|
|
|
| 517 |
"delay": 60,
|
| 518 |
"delay_type": "throttle",
|
| 519 |
"clip": True, # This helps constrain the brush to the plot area
|
| 520 |
+
"fill": "#00000050", # Optional: sets a semi-transparent fill
|
| 521 |
+
"stroke": "#000000", # Resets brush when new data is loaded
|
| 522 |
}
|
| 523 |
|
| 524 |
return ui.output_plot('plot',
|