-
Notifications
You must be signed in to change notification settings - Fork 15
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 basic framework for visualizations. #216
base: develop
Are you sure you want to change the base?
Conversation
<ForceGraphNode node={{ id: 'third-node' }} fill="green" /> | ||
<ForceGraphLink link={{ source: 'first-node', target: 'second-node' }} /> | ||
<ForceGraphLink link={{ source: 'third-node', target: 'second-node' }} /> | ||
</ForceGraph> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@colinfruit Great! Can you grab all the pursuances (I think they should all be in redux already) and show connections between some of them? How about making the side of each node equal to the length of the name of the pursuance, just so we can get a sense of the different options we have re: visuals?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll grab this this evening.
pursuanceId={currentPursuanceId} | ||
location={location} | ||
label='Map' | ||
action='map' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@colinfruit Please call this "Universe" in the UI and the URL; the rest can stay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
To be improved upon by design. #212 beginning.