piker/piker
Tyler Goodlet d9df39c458 Just-offset-from-arrow-marker on slow chart
We want the fast and slow chart to behave the same on calls to
`Viz.default_view()` so adjust the offset calc to make both work:
- just offset by the line len regardless of step / uppx
- add back the `should_line: bool` output from `render_bar_items()` (and
  use it to set a new `ds_allowed: bool` guard variable) so that we can
  bypass calling the m4 downsampler unless the bars have been switched
  to the interpolation line graphic (which we normally required before
  any downsampling of OHLC graphics data).

Further, this drops use of the `use_vr: bool` flag from all rendering
since we pretty much always use it by default.
2023-01-13 13:24:25 -05:00
..
brokers `kraken`: ignore mismatched zero-ed pps (for now) 2023-01-13 12:48:18 -05:00
clearing Don't raise on quote feed lags to dark clearing loop 2023-01-13 13:21:49 -05:00
cli Match `services` subcmd to new reg addr module variables 2023-01-13 13:21:49 -05:00
data Add commented append slice-len sanity check 2023-01-13 13:24:25 -05:00
fsp Copy timestamps from source to FSP dest buffer 2023-01-13 13:23:01 -05:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Just-offset-from-arrow-marker on slow chart 2023-01-13 13:24:25 -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 Drop commented markestored spawner code 2023-01-13 13:21:49 -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 Handle `Position.split_ratio` in state audits 2022-08-17 10:06:58 -04:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00