diff options
author | bobzel <zzzman@gmail.com> | 2023-08-26 15:52:04 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-08-26 15:52:04 -0400 |
commit | 8f43a98c363ff541070b100a2d4e10e505df6969 (patch) | |
tree | d7bd88f2c2d44e7eb6d9f1b102923b47617cb169 /src/client/documents/Documents.ts | |
parent | 2c46608d3207a8463907b0e1904d9b3026d6d1c8 (diff) | |
parent | 603e437d4964c2f104a04f4f977802e241347344 (diff) |
Merge branch 'master' into UI_Update_Eric_Ma
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 e6a6cdf58..af8cc07ed 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -686,7 +686,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 }, }, ], [ |