TOSQUASH: f5dcf1dc (viz index field)

multichartz_backup
Tyler Goodlet 2022-11-30 10:58:53 -05:00
parent 3689929d2e
commit 3d87095500
1 changed files with 1 additions and 1 deletions

View File

@ -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