piker/piker
Tyler Goodlet 09fc901b0d Handle left axis case for x-axis label placement
For wtv cucked reason all the viewbox/scene coordinate calcs do **not**
include a left axis in the geo (likely because it's a hacked in widget
+ layout thing managed by `PlotItem`). Detect if there's a left axis and
if so use it in the label placement scene coords calc. ToDo: probably
make this a non-move calc and only recompute any time the axis changes.

Other:
- rate limit mouse events down to the 60 (ish) Hz for now
- change one last lingering `'ohlc'` array lookup
- fix `.mouseMoved()` "event" type annot
2022-01-25 08:24:55 -05:00
..
brokers Update some typing and add latency checks for binance 2022-01-25 07:57:01 -05:00
clearing Only warn if trigger predicate was already popped 2022-01-25 07:57:01 -05:00
cli Fix deprecated `LocalPortal` call 2022-01-25 07:57:01 -05:00
data Add `try_read()` to shm mod 2022-01-25 08:24:55 -05:00
fsp Support "volume" and "dollar volume" on same chart 2022-01-25 08:24:55 -05:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Handle left axis case for x-axis label placement 2022-01-25 08:24:55 -05:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Reminder to remove msgpack-numpy 2021-05-24 12:20:48 -04:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Switch imports to new `tractor.trionics` subpkg 2021-11-01 13:22:23 -04:00
_profile.py Turn on profiling for the moment 2022-01-25 07:57:01 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Append paper account last when loading 2021-09-10 11:35:30 -04:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00