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

Add a real entity frequency graph #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 22, 2019

  1. Add a real entity frequency graph

    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 committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    2df32e8 View commit details
    Browse the repository at this point in the history