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

Improve graph navigation #18

Closed
4 tasks done
bzurkowski opened this issue Jun 2, 2020 · 1 comment
Closed
4 tasks done

Improve graph navigation #18

bzurkowski opened this issue Jun 2, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bzurkowski
Copy link
Member

bzurkowski commented Jun 2, 2020

Due to the size of the graph, graph navigation must be improved:

  • Stretch the graph box into full width and full height (more space).
  • Add graph element drag&drop.
  • Add graph panning.
  • Add graph zooming.

Example: http://bl.ocks.org/robschmuecker/7880033

@bzurkowski bzurkowski added the enhancement New feature or request label Jun 2, 2020
@filwie
Copy link
Member

filwie commented Jun 2, 2020

I think we can investigate how other projects implement this navigation.
One example might be Skydive. Here is a snippet related to zoom:

https://github.com/skydive-project/skydive-ui/blob/36e235a9d1ed18416a2aa56f8f72231088a91b90/src/Topology.tsx#L358-L373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants