aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBox.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-21 16:00:28 -0400
committerbob <bcz@cs.brown.edu>2019-03-21 16:00:28 -0400
commit2e7d87e6deac8e69d839c852570849924b59fb1b (patch)
treee8d1d0c13aa9b75708ff60831b297acfec5e43fc /src/client/views/nodes/HistogramBox.tsx
parent08c35582dc71623c2b7300458238b6ba25ff98d7 (diff)
tweaked main
Diffstat (limited to 'src/client/views/nodes/HistogramBox.tsx')
-rw-r--r--src/client/views/nodes/HistogramBox.tsx2
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),