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

Refactor graph #447

Merged
merged 21 commits into from
Jul 26, 2024
Merged

Refactor graph #447

merged 21 commits into from
Jul 26, 2024

Conversation

pomelo-nwu
Copy link
Collaborator

@pomelo-nwu pomelo-nwu commented Jul 25, 2024

Visualization Upgrade

Styling

  • Supports setting the color, size, and text of nodes and edges by label group.

  • Allows showing and hiding text labels.
    image

  • Enables individual styling for each node through click interactions.
    image

Interaction

  • Supports dynamically setting the "selected" and "hovering" states of elements via configuration files. Additionally, edges can have a "running" state.

  • Clicking on a node reveals detailed properties and highlights directly connected nodes and edges.
    image

  • Supports "FullScreen", allowing the canvas to be displayed in full screen.

  • Supports "ZoomFit," which automatically adjusts the canvas to fit the view.

Engine Upgrade

  • Supports switching to a 3D engine, with consistent styling and interaction logic as the 2D engine.
    image

  • Features a more lightweight rendering engine that supports rendering thousands of nodes and edges smoothly, maintaining a stable 20fps.
    image

Copy link

vercel bot commented Jul 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gsp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 3:01am

Copy link

cloudflare-workers-and-pages bot commented Jul 25, 2024

Deploying portal with  Cloudflare Pages  Cloudflare Pages

Latest commit: 835e867
Status: ✅  Deploy successful!
Preview URL: https://df576720.portal-bim.pages.dev
Branch Preview URL: https://refactor-graph.portal-bim.pages.dev

View logs

@pomelo-nwu pomelo-nwu changed the title WIP:Refactor graph Refactor graph Jul 26, 2024
@pomelo-nwu pomelo-nwu merged commit 4689425 into main Jul 26, 2024
3 checks passed
@pomelo-nwu pomelo-nwu deleted the refactor-graph branch September 24, 2024 05:26
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.

1 participant