aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/ChartInterface.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DataVizBox/ChartInterface.ts')
-rw-r--r--src/client/views/nodes/DataVizBox/ChartInterface.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/ChartInterface.ts b/src/client/views/nodes/DataVizBox/ChartInterface.ts
index 6e37f966c..05ef35b95 100644
--- a/src/client/views/nodes/DataVizBox/ChartInterface.ts
+++ b/src/client/views/nodes/DataVizBox/ChartInterface.ts
@@ -7,6 +7,8 @@ export interface Chart {
drawChart: () => void;
height: number;
width: number;
+ // TODO: nda - probably want to get rid of this to keep charts more generic
+ _getAnchor: () => Doc;
}
export interface ChartProps {