From 92ee8b442de847bab785495a645154137419f51c Mon Sep 17 00:00:00 2001 From: mikebender Date: Fri, 17 May 2024 14:47:29 -0400 Subject: [PATCH] docs: Demo used marginX which doesn't exist - No need to use it, since the new styling looks good without explicitly setting a margin --- docker/data/storage/notebooks/DEMO.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/data/storage/notebooks/DEMO.md b/docker/data/storage/notebooks/DEMO.md index 19fff5579..592f7d669 100644 --- a/docker/data/storage/notebooks/DEMO.md +++ b/docker/data/storage/notebooks/DEMO.md @@ -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"]), ]