diff options
author | bobzel <zzzman@gmail.com> | 2023-08-25 01:55:09 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-08-25 01:55:09 -0400 |
commit | fa98e9f411ed19a752a912e42b6ed9607d151159 (patch) | |
tree | 0ac3b2ca9b4bc3e2e27f5066a4e297f17d8c83c7 /src/client/documents/Documents.ts | |
parent | eeb7d43e9eca66c8e3418e89492848589ee20aa3 (diff) |
optimizations to speed up pie/table viz
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 e7d3e7efc..4933f0a7c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -680,7 +680,7 @@ export namespace Docs { DocumentType.DATAVIZ, { layout: { view: DataVizBox, dataField: defaultDataKey }, - options: { dataViz_title: '', _layout_fitWidth: true, nativeDimModifiable: true }, + options: { dataViz_title: '', dataViz: 'table', _layout_fitWidth: true, nativeDimModifiable: true }, }, ], [ |