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

Render primary graph #33

Open
6 tasks
reefdog opened this issue Jan 30, 2019 · 0 comments
Open
6 tasks

Render primary graph #33

reefdog opened this issue Jan 30, 2019 · 0 comments

Comments

@reefdog
Copy link
Contributor

reefdog commented Jan 30, 2019

Use the same data source as the entity list (#32) to render a graph of lines, one line for each entity, lightly smoothed and with humane x/y-axis labels.

screen shot 2019-01-30 at 3 38 48 pm

  • Render lines for a fixed interval
  • Listen for and update based on changes to the selected interval
  • Render "recent" region/label based on selected interval
  • Style (and broadcast) hovering on lines
  • Style (and broadcast) selecting lines
  • Surface out-of-view entities when corresponding line is hovered/selected
@reefdog reefdog self-assigned this Jan 30, 2019
@reefdog reefdog added the ui/ux label Jan 30, 2019
reefdog added a commit that referenced this issue Mar 22, 2019
Divide the entity appearances into time intervals (based on the overall
interval scope) and render a graph of lines corresponding to each
entity. When an entity is activated, activate its corresponding line,
and vice versa. (Hover-highlighting of graph lines is currently
disabled.)

It also improves the layout to better accomodate the graph, espcially
at smaller viewport sizes.

This version is slow and not as interactive as I’d like, and the tick
interval calculation method is very simplistic and needs improving.

Affects #33
@reefdog reefdog removed their assignment Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant