Graph View
#120
Replies: 3 comments 1 reply
|
Here are some UX challenges we'll need to consider:
|
0 replies
|
There are some good libraries for creating node graphs in React. I know this one is popular: https://github.com/uber/react-digraph |
1 reply
|
Based on some quick investigating of the package.json it looks like jsoncrack.com uses the reaflow library to assist with building out some of the graphs. In addition, it seems like the react-zoom-pan-pinch package is used to help with maneuvering around the graphical content. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is a discussion for issue #117, adding a graph view similar to jsoncrack.com. Here's a screenshot:
Let's explore the functionality and design of this possible feature in this discussion.
All reactions