You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We mostly just need a public API for unifying these systems and
obviously some helper routines for parsing some input to its timestamp and content
and then displaying it with some set of options for graphical shapes to
draw.
Probably much more to come in this writeup B)
The text was updated successfully, but these errors were encountered:
This has been a todo for quite some time and recently we've had a lot of
lurkerz and even some of our devs ask about it.
It's a feature that is like it sounds, a subsys for arbitrary annotation
of our charts from time-based events (normally stuff from the nooz).
there are plenty of existing charting platforms that have this for
reference:
ib
's twswhere to start in the code base:
https://github.com/pikers/piker/blob/master/piker/data/_pathops.py#L294
(which was implemented as part of getting multi-timeseries overlays
working.
system:
ArrowEditor
: https://github.com/pikers/piker/blob/master/piker/ui/_editors.py#L57We mostly just need a public API for unifying these systems and
obviously some helper routines for parsing some input to its timestamp and content
and then displaying it with some set of options for graphical shapes to
draw.
Probably much more to come in this writeup B)
The text was updated successfully, but these errors were encountered: