diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 476f0632..a708a82e 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -839,10 +839,10 @@ async def _async_main( # eventually we'll support some kind of n-compose syntax fsp_conf = { - 'vwap': { - 'overlay': True, - 'anchor': 'session', - }, + # 'vwap': { + # 'overlay': True, + # 'anchor': 'session', + # }, 'rsi': { 'period': 14, 'chart_kwargs': {