diff options
author | bobzel <zzzman@gmail.com> | 2023-08-27 13:31:46 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-08-27 13:31:46 -0400 |
commit | 0332a80329328e39c244623d5090331b83df339c (patch) | |
tree | c761c0b161face4eea1eaff276c4c220a3b72c85 /src/client/views/nodes/DataVizBox/components/Histogram.tsx | |
parent | 2df1f976b5f79213299ea7169c9ded8b216dee6e (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.tsx | 1 |
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 |