aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-04-11 09:58:23 -0400
committerbobzel <zzzman@gmail.com>2023-04-11 09:58:23 -0400
commitcb426bf2a9d90955195ab2e66f845a9e39df2cf3 (patch)
tree7b171f21532b416e3c30dd3f25dbefbe72e0325b /src/client/views/nodes/DataVizBox/DataVizBox.tsx
parent34d63367302d8158c71361dbcefca9e528c03333 (diff)
parent3cb7f85b23eb0ae3a432bbe15b8a2cda37290ce2 (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx
index 2666787c5..eb25d3264 100644
--- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx
+++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx
@@ -95,7 +95,7 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
@computed get selectView() {
const width = this.props.PanelWidth() * 0.9;
const height = (this.props.PanelHeight() - 32) /* height of 'change view' button */ * 0.9;
- const margin = { top: 10, right: 10, bottom: 10, left: 10 };
+ const margin = { top: 10, right: 25, bottom: 50, left:25};
if (!this.pairs) return 'no data';
// prettier-ignore
switch (this.dataVizView) {