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

Visualization Chord Diagram #308

Closed
julevdl opened this issue Jun 16, 2021 · 1 comment
Closed

Visualization Chord Diagram #308

julevdl opened this issue Jun 16, 2021 · 1 comment
Assignees
Labels

Comments

@julevdl
Copy link
Collaborator

julevdl commented Jun 16, 2021

User story

  1. As a IT project manager
  2. I want / need to see a summary of connections between nodes
  3. So that I can see the importance of the flow

Acceptance criteria

  • Displayed on subpage in main menu visualization
  • Added as clickable option in dashboard Dashboard #45
  • In Exploration Logic Exploration Page #289 Assign the weight "P" to this diagram and change the preview title to "Chord diagram" instead of "Pie Chart"
  • In circle only display nodes -> relations are displayed as chords
  • Chords are number of edges -> modify thickness of chords relative to number of edges
  • "Focus function": mouseover allows to focus on node -> everything else fades
  • Stays consistent with prev. used color scheme
  • Visualization example:

image
image

Definition of done

  • Documentation conform with tsdoc
  • Reviewed with 4 eyes principle
  • Did not break other code
  • Understandable documentation for developers
@julevdl julevdl added the enhancement New feature or request label Jun 16, 2021
@derwehr
Copy link
Collaborator

derwehr commented Jun 16, 2021

Regarding feasibility: There's a react component for building d3 chord-diagrams.
Also, here's a tutorial with the requested mouseover effect.

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

5 participants