piker/piker
Tyler Goodlet dea1c1c2d6 Make `Viz.incr_info()` sample rate agnostic
Mainly it was the global (should we )increment logic that needs to be
independent for the fast vs. slow chart such that the slow isn't
update-shifted by the fast and vice versa. We do this using a new
`'i_last_slow'` key in the `DisplayState.globalz: dict` which is
singleton for each sample-rate-specific chart and works for both time
and array indexing.

Also, we drop some old commented `graphics.draw_last_datum()` code that
never ended up being needed again inside the coordinate cache reset
bloc.
2023-02-12 13:55:26 -05:00
..
brokers `ib`: make commodities search and feeds work again.. 2023-02-02 16:52:34 -05:00
clearing Add default factories for all required fields 2023-02-11 16:08:45 -03:00
cli Match `services` subcmd to new reg addr module variables 2023-01-13 13:21:49 -05:00
data Align step curves the same as OHLC bars 2023-02-12 13:55:26 -05:00
fsp Copy timestamps from source to FSP dest buffer 2023-02-12 13:39:10 -05:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Make `Viz.incr_info()` sample rate agnostic 2023-02-12 13:55:26 -05:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Expose `.open_feed()` and `open_piker_runtime()` eps at top level 2022-11-10 13:06:31 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Yield services (manager) from `maybe_open_pikerd()` 2023-01-24 15:15:27 -05:00
_profile.py Fork our latency tune-able profiler from `pyqtgraph.debug` 2022-10-30 21:11:27 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Always touch config file dir if dne 2023-01-10 11:09:19 -05:00
log.py Type annot name in put to log routine 2022-06-05 22:13:36 -04:00
pp.py Provide `datetime`-sorted clears table iteration 2023-01-13 12:51:01 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00