Skip to content

add basic framework for visualizations. #216

Open
colinfruit wants to merge 8 commits intoPursuanceProject:developfrom
colinfruit:react-vis
Open

add basic framework for visualizations. #216
colinfruit wants to merge 8 commits intoPursuanceProject:developfrom
colinfruit:react-vis

Conversation

@colinfruit
Copy link
Contributor

To be improved upon by design. #212 beginning.

<ForceGraphNode node={{ id: 'third-node' }} fill="green" />
<ForceGraphLink link={{ source: 'first-node', target: 'second-node' }} />
<ForceGraphLink link={{ source: 'third-node', target: 'second-node' }} />
</ForceGraph>
Copy link
Contributor

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?

Copy link
Contributor Author

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'
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@elimisteve
Copy link
Contributor

@colinfruit Merge https://github.com/PursuanceProject/pursuance/tree/colinfruit-react-vis-merged into here please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants