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

Update frequencies tooltips and include projection pivot #777

Merged
merged 4 commits into from
Aug 28, 2019

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    06bf163 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. frequencies: Improve tooltip behavior and aesthetics

    This commit:
    1. Makes the vertical tooltip line follow the frequency bin rather than taking up the entire vertical.
    2. Makes the tooltip aligned with the pivot rather than the mouse point. This prevents the tooltip from occluding the marker line.
    3. Makes the tooltip styling match the dark background / white text used in tree tooltips. This increases aesthetic consistency.
    trvrb committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    bb3c430 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Better call out frequency projection

    This commit updates two aspects of projection frequencies:
    1. Adds a "Projection" label centered over the projected portion of the frequencies streamgraph
    2. Changes tooltip labeling to "Projected frequency" when appropriate
    trvrb committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e669c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae29fe3 View commit details
    Browse the repository at this point in the history