diff --git a/piker/ui/_render.py b/piker/ui/_render.py index 4c0672e2..a0e4134f 100644 --- a/piker/ui/_render.py +++ b/piker/ui/_render.py @@ -232,7 +232,7 @@ class Viz(msgspec.Struct): # , frozen=True): is_ohlc: bool = False render: bool = True # toggle for display loop - _index_field: str = 'time' + _index_field: str = 'index' # downsampling state _last_uppx: float = 0