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
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Add support for displaying "drawn events" provided by model objects. This is not present, for now, in the Threads view, but should be added as tests at least.
The text was updated successfully, but these errors were encountered:
For now, drawn events are not provided by the model provider but
registered separately, unlike other timegraph elements.
Remove the "bang" symbol style for now, it's rather complex to draw
with a border and have it look nice.
Refs #9.
Signed-off-by: Alexandre Montplaisir <[email protected]>
ghost
pushed a commit
that referenced
this issue
May 1, 2017
Since the current time graph models do not provide event series
themselves, we can offer a way to create some from the UI for simple
(and demo) purposes.
Eventually this custom series creation could be moved outside of the
timegraph widget.
Refs #9.
Signed-off-by: Alexandre Montplaisir <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add support for displaying "drawn events" provided by model objects. This is not present, for now, in the Threads view, but should be added as tests at least.
The text was updated successfully, but these errors were encountered: