aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Histogram.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-27 13:31:46 -0400
committerbobzel <zzzman@gmail.com>2023-08-27 13:31:46 -0400
commit0332a80329328e39c244623d5090331b83df339c (patch)
treec761c0b161face4eea1eaff276c4c220a3b72c85 /src/client/views/nodes/DataVizBox/components/Histogram.tsx
parent2df1f976b5f79213299ea7169c9ded8b216dee6e (diff)
minor cleanup of componentDidMount stuff for dataViz
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Histogram.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/components/Histogram.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Histogram.tsx b/src/client/views/nodes/DataVizBox/components/Histogram.tsx
index 1d8ab8f2a..e67e2bf31 100644
--- a/src/client/views/nodes/DataVizBox/components/Histogram.tsx
+++ b/src/client/views/nodes/DataVizBox/components/Histogram.tsx
@@ -106,7 +106,6 @@ export class Histogram extends React.Component<HistogramProps> {
({ dataSet, w, h }) => dataSet!.length > 0 && this.drawChart(dataSet, w, h),
{ fireImmediately: true }
);
- if (!this.props.layoutDoc.dataViz_histogram) this.props.layoutDoc.dataViz_histogram = '';
};
@action