Update app.py
Browse files
app.py
CHANGED
|
@@ -316,15 +316,7 @@ def server(input, output, session):
|
|
| 316 |
"clip": True, # This helps constrain the brush to the plot area
|
| 317 |
"fill": "#00000033", # Optional: sets a semi-transparent fill
|
| 318 |
"stroke": "#000000", # Resets brush when new data is loaded
|
| 319 |
-
|
| 320 |
-
"brushOpts": {
|
| 321 |
-
"bounds": {
|
| 322 |
-
"x": [-25, 25], # Match your plot x-limits
|
| 323 |
-
"y": [-25, 25] # Match your plot y-limits
|
| 324 |
-
},
|
| 325 |
-
"constrainToWindow": True, # Constrain to window bounds
|
| 326 |
-
"clampToData": True # Ensure brush stays within data range
|
| 327 |
-
}
|
| 328 |
}
|
| 329 |
|
| 330 |
|
|
|
|
| 316 |
"clip": True, # This helps constrain the brush to the plot area
|
| 317 |
"fill": "#00000033", # Optional: sets a semi-transparent fill
|
| 318 |
"stroke": "#000000", # Resets brush when new data is loaded
|
| 319 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 320 |
}
|
| 321 |
|
| 322 |
|