diff options
author | bobzel <zzzman@gmail.com> | 2024-04-24 19:09:38 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-24 19:09:38 -0400 |
commit | b9825ff743ea853139a4072ce871d36d00227c4b (patch) | |
tree | 01ba5f2a9341bd183284dddc06c06333bdae59fe /src/client/views/nodes/DataVizBox/components/PieChart.tsx | |
parent | b1376d401e709515cee078cc08b05fd3fb89caeb (diff) | |
parent | bb5a5f086fc3d93051106f12398f3889d570d225 (diff) |
mereged sarah-dataViz-ai
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/PieChart.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/PieChart.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/PieChart.tsx b/src/client/views/nodes/DataVizBox/components/PieChart.tsx index 910504e7c..f57070f92 100644 --- a/src/client/views/nodes/DataVizBox/components/PieChart.tsx +++ b/src/client/views/nodes/DataVizBox/components/PieChart.tsx @@ -101,6 +101,8 @@ export class PieChart extends ObservableReactComponent<PieChartProps> { ); } + @action + restoreView = (/* data: Doc */) => {}; // create a document anchor that stores whatever is needed to reconstruct the viewing state (selection,zoom,etc) getAnchor = (pinProps?: PinProps) => { const anchor = Docs.Create.ConfigDocument({ |