diff options
| author | bobzel <zzzman@gmail.com> | 2023-06-19 19:00:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-06-19 19:00:48 -0400 |
| commit | c080f6aa2abd0539e61486032c3483a1108b9e14 (patch) | |
| tree | 3d8f2bd8288bf7dbe970bae874e3d508791664a0 /src/client/views/nodes/DataVizBox/DataVizBox.tsx | |
| parent | e6802ea58257710ba262076f8ff57d61b8fd9ec5 (diff) | |
renamed all config doc creators to just ConfigDocument()
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx index baa45e278..0fe24fe8d 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx +++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx @@ -73,7 +73,7 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { getAnchor = (addAsAnnotation?: boolean, pinProps?: PinProps) => { const anchor = this._chartRenderer?.getAnchor(pinProps) ?? - Docs.Create.DataVizConfigDocument({ + Docs.Create.ConfigDocument({ // when we clear selection -> we should have it so chartBox getAnchor returns undefined // this is for when we want the whole doc (so when the chartBox getAnchor returns without a marker) /*put in some options*/ |
