From 859eaffa2950873559ff39e3bc06ec5b87231280 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 26 Apr 2022 09:27:24 -0400 Subject: [PATCH] Drop vwap fsp for now; causes hangs.. --- piker/ui/_fsp.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/piker/ui/_fsp.py b/piker/ui/_fsp.py index 9aa10fb3..5ed85d9b 100644 --- a/piker/ui/_fsp.py +++ b/piker/ui/_fsp.py @@ -75,6 +75,7 @@ def update_fsp_chart( flow, graphics_name: str, array_key: Optional[str], + **kwargs, ) -> None: @@ -96,6 +97,7 @@ def update_fsp_chart( chart.update_graphics_from_flow( graphics_name, array_key=array_key or graphics_name, + **kwargs, ) # XXX: re: ``array_key``: fsp func names must be unique meaning we @@ -884,10 +886,10 @@ async def open_vlm_displays( # built-in vlm fsps for target, conf in { - tina_vwap: { - 'overlay': 'ohlc', # overlays with OHLCV (main) chart - 'anchor': 'session', - }, + # tina_vwap: { + # 'overlay': 'ohlc', # overlays with OHLCV (main) chart + # 'anchor': 'session', + # }, }.items(): started = await admin.open_fsp_chart( target,