From d7575adcb5facc1e527b5e15a7c634aaa28a4831 Mon Sep 17 00:00:00 2001 From: srichman333 Date: Tue, 10 Oct 2023 17:03:59 -0400 Subject: merged --- src/client/views/nodes/DataVizBox/DataVizBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx index 903b3b9d0..9330e3b7f 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx +++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx @@ -235,7 +235,7 @@ export class DataVizBox extends ViewBoxAnnotatableComponent() { records: this.records, axes: this.axes, height: (this.props.PanelHeight() - 32) /* height of 'change view' button */ * 0.9, - width: this.props.PanelWidth() * 0.9, + width: this.SidebarShown? this.props.PanelWidth()*.9/1.2: this.props.PanelWidth() * 0.9, margin: { top: 10, right: 25, bottom: 75, left: 45 }, }; if (!this.records.length) return 'no data/visualization'; -- cgit v1.2.3-70-g09d2