diff options
author | bob <bcz@cs.brown.edu> | 2019-04-26 15:11:42 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-26 15:11:42 -0400 |
commit | 3165f8a8a095a8c971144788fe40ff0d808c0c84 (patch) | |
tree | 94792aaf99f502b5e8ec0ec3cbba194564f0cfd7 /src/client/documents/Documents.ts | |
parent | c318c6cb44b26b780e94e0f0854e5ec4c14634a9 (diff) |
fixed histograms?
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ed76f32ff..8f873ef41 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -212,7 +212,7 @@ export namespace Docs { new AttributeTransformationModel(atmod, AggregateFunction.None), new AttributeTransformationModel(atmod, AggregateFunction.Count), new AttributeTransformationModel(atmod, AggregateFunction.Count)); - docs.push(Docs.HistogramDocument(histoOp, { width: 200, height: 200, title: attr.displayName! }, undefined, attr.displayName! + ".alias")); + docs.push(Docs.HistogramDocument(histoOp, { width: 200, height: 200, title: attr.displayName! })); } })); }); |