diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-21 16:00:28 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-21 16:00:28 -0400 |
| commit | 2e7d87e6deac8e69d839c852570849924b59fb1b (patch) | |
| tree | e8d1d0c13aa9b75708ff60831b297acfec5e43fc /src/client/views/nodes/HistogramBox.tsx | |
| parent | 08c35582dc71623c2b7300458238b6ba25ff98d7 (diff) | |
tweaked main
Diffstat (limited to 'src/client/views/nodes/HistogramBox.tsx')
| -rw-r--r-- | src/client/views/nodes/HistogramBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/HistogramBox.tsx b/src/client/views/nodes/HistogramBox.tsx index 0fcc25e66..223fdf0d8 100644 --- a/src/client/views/nodes/HistogramBox.tsx +++ b/src/client/views/nodes/HistogramBox.tsx @@ -23,7 +23,7 @@ export class HistogramBox extends React.Component<FieldViewProps> { _histoOp?: HistogramOperation; componentDidMount() { - Main.Instance.GetAllAttributes().map(a => { + Main.Instance.GetAllNorthstarColumnAttributes().map(a => { if (a.displayName == this.props.doc.Title) { var atmod = new ColumnAttributeModel(a); this._histoOp = new HistogramOperation(new AttributeTransformationModel(atmod, AggregateFunction.None), |
