Skip to content

Commit

Permalink
⬆️ Update fastAPI panel app
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Mar 20, 2024
1 parent 143500d commit 6607e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dashboards/panel/fastAPI/sliders/sinewave.py
Expand Up @@ -19,8 +19,8 @@ def __init__(self, **params):
x, y = self.sine()
self.cds = ColumnDataSource(data=dict(x=x, y=y))
self.plot = figure(
plot_height=400,
plot_width=400,
height=400,
width=400,
tools="crosshair, pan, reset, save, wheel_zoom",
x_range=self.x_range,
y_range=self.y_range,
Expand Down

0 comments on commit 6607e75

Please sign in to comment.