diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-02 11:12:50 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-02 11:12:50 -0400 |
| commit | 719ac430e7f0e338cc8d911813f25a90696aba15 (patch) | |
| tree | fa062cf27437d46e780b0c33a14e9e3fdb77ced7 /src/client/views/nodes/DataVizBox/components | |
| parent | 591533a40c847f84e23428ab757b8822edbc2a61 (diff) | |
linking+trails getAnchor+restoreView update
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Histogram.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Histogram.tsx b/src/client/views/nodes/DataVizBox/components/Histogram.tsx index 740ee6e3a..c6e3b4cd1 100644 --- a/src/client/views/nodes/DataVizBox/components/Histogram.tsx +++ b/src/client/views/nodes/DataVizBox/components/Histogram.tsx @@ -443,6 +443,7 @@ export class Histogram extends React.Component<HistogramProps> { }; render() { + this.componentDidMount(); var curSelectedBarName; var titleAccessor: any=''; if (this.props.axes.length==2) titleAccessor = StrCast(this.props.layoutDoc['histogram-title-'+this.props.axes[0]+'-'+this.props.axes[1]]); |
