From 5e8a263c2d891370467f0faccf3330179cedd699 Mon Sep 17 00:00:00 2001 From: srichman333 Date: Thu, 17 Aug 2023 10:55:42 -0400 Subject: merge --- src/client/views/nodes/DataVizBox/components/Histogram.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/DataVizBox/components/Histogram.tsx b/src/client/views/nodes/DataVizBox/components/Histogram.tsx index 954569910..b3bdccbbb 100644 --- a/src/client/views/nodes/DataVizBox/components/Histogram.tsx +++ b/src/client/views/nodes/DataVizBox/components/Histogram.tsx @@ -457,11 +457,10 @@ export class Histogram extends React.Component { this.componentDidMount(); - if (this._histogramData.length>0 || (!this.incomingLinks || this.incomingLinks.length==0)){ - return ( - this.props.axes.length >= 1 ? ( -
-
+ if (this._histogramData.length > 0 || (!this.incomingLinks || this.incomingLinks.length==0)) { + return this.props.axes.length >= 1 ? ( +
+
{
Selected rows of data from the incoming DataVizBox to display.
); } -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2