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
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.
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
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: