From b6f447f55df7c2b77b7903604a12cf9fff61575b Mon Sep 17 00:00:00 2001 From: vargburz Date: Tue, 3 May 2022 21:14:36 +0300 Subject: [PATCH] remove todo --- src/components/Panel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Panel.tsx b/src/components/Panel.tsx index a49992e..9f41129 100644 --- a/src/components/Panel.tsx +++ b/src/components/Panel.tsx @@ -22,8 +22,6 @@ export function Panel({ options, data, width, height, timeZone, timeRange, onCha let chartContainer = useRef(null); // we request animation frame here because at the moment we need an existing DOM-element at the moment we render the pod window.requestAnimationFrame(() => { - // TODO: pass datapoints - // TODO: pass options // TODO: switch / case pod type const pod = new ChartwerkGaugePod( (chartContainer as any).current,