Skip to content

Commit

Permalink
docs: Demo used marginX which doesn't exist
Browse files Browse the repository at this point in the history
- No need to use it, since the new styling looks good without explicitly setting a margin
  • Loading branch information
mofojed committed May 17, 2024
1 parent 8776632 commit 92ee8b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/data/storage/notebooks/DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ def filterable_plot(source):
on_change=set_value,
label="Sym",
label_position="side",
marginX=10,
marginTop=10,
),
dx.line(t, x="timestamp", y="price", by=["exchange"]),
]
Expand Down

0 comments on commit 92ee8b4

Please sign in to comment.