Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for timeline data #159

Open
arnikz opened this issue Mar 22, 2018 · 0 comments
Open

Improve support for timeline data #159

arnikz opened this issue Mar 22, 2018 · 0 comments

Comments

@arnikz
Copy link

arnikz commented Mar 22, 2018

Currently, it's difficult to make a plot using the following data:

JobID,Start,End
4099110,2018-03-19T23:22:52,2018-03-20T15:33:33
4099111,2018-03-19T23:22:52,2018-03-20T00:46:57
4099112,2018-03-19T23:24:23,2018-03-22T09:42:58
...

where Start and End (or duration) of a job are on the x axis and JobID on y axis. My first approximation was to assign duration to the point size, resulting in a crowded plot with too many "bubbles". Ideally, one would like have a horizontal line (connected pair of start/end points) per job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant