diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-26 21:15:15 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-26 21:15:15 -0400 |
commit | eda4c4bb78d05ba857ce29ca8f7c463ce51b7609 (patch) | |
tree | 337265867d7773d44e6936ae3792ea598f41fc60 /src/client/documents/Documents.ts | |
parent | 7cda7f95e724bb621c57b5c53b083e6d6245afa5 (diff) | |
parent | 3ed3dfe6c02906d28a21af28cfeac406b9889638 (diff) |
Merge branch 'newDocs' of github-tsch-brown:browngraphicslab/Dash-Web into newDocs
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 9511027d3..c30fb21d5 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -213,7 +213,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! })); } })); }); |