diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-31 13:47:28 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-31 13:47:28 -0400 |
| commit | 7da381226f86467729c4fcad685dac17e30c9bf9 (patch) | |
| tree | bf9ed77fb4fba57b6696158f9693deaf0ce8adda /src/client/views/nodes/DataVizBox/DataVizBox.tsx | |
| parent | 71c3072bb253682ed16861de24bcb141ccf7f79e (diff) | |
color ui fix + editable titles
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx index 70fed91ef..12aa2ae34 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx +++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx @@ -120,7 +120,6 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { const height = (this.props.PanelHeight() - 32) /* height of 'change view' button */ * 0.9; const margin = { top: 10, right: 25, bottom: 50, left: 25 }; if (!this.pairs) return 'no data'; - console.log('new pie') return <PieChart height={height} width={width} fieldKey={this.fieldKey} margin={margin} rootDoc={this.rootDoc} axes={this.axes} pairs={this.pairs} dataDoc={this.dataDoc} />; } @computed get selectView() { |
