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

Multiview collaboration chart #124

Merged
merged 4 commits into from
Feb 15, 2018

Commits on Feb 15, 2018

  1. Unconditionally show action bar

    With the view switcher added, the action bar doesn’t just consist of a
    button to download the raw data now. For this reason, the action bar
    shouldn’t be hidden just because the raw data button is hidden.
    
    While this will show the action bar even if it is empty, we currently
    don’t have a use case where both the view switcher and the download
    button are hidden at the same time.
    pluehne authored and Lars Schneider committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    f95100f View commit details
    Browse the repository at this point in the history
  2. Make chord charts multiview-capable

    This extends the chord chart with support for multiple views. This will
    be used to visualize collaboration across multiple time ranges. Users
    can switch between these with the view switchers that were previously
    implemented for history charts.
    
    For this to work, the data file may contain multiple matrices in the
    same file (one after the other). If the configuration contains multiple
    entries in the “views” array, these will be mapped to the respective
    data matrices.
    
    With this modification, the chord chart automatically generates a view
    switcher and an entity (for instance, organization) selector. The
    visualization is constantly kept in sync with these inputs.
    pluehne authored and Lars Schneider committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    cba93e5 View commit details
    Browse the repository at this point in the history
  3. Make collaboration chart multiview-capable

    This adds three views to the collaboration chart along with some demo
    data for the live demo.
    
    The demo data isn’t very interesting to look at and is subject to be
    replaced at a later point in time.
    pluehne authored and Lars Schneider committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    5e4f9b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8beada View commit details
    Browse the repository at this point in the history