reaviz / reagraph

🕸 WebGL Graph Visualizations for React. Maintained by @goodcodeus.

Home Page:https://reagraph.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Category Linking

sandralewis opened this issue · comments

Describe the bug

Unable to use the edges property to establish connections between various categories.

Steps to Reproduce the Bug or Issue

N/A

Expected behavior

Introduce a feature for easily connecting categories.

Screenshots or Videos

In the image below, we can establish links between nodes within a category (Email, URL, IP), such as email-2->email-1. Additionally, we can link a node from one category to another, for example, ip-1->email-3. However, the current limitation prevents us from linking categories, such as URL->Email.

ClusterGraph

Here is the code for the graph depicted above.

ClusterGraphComponent

Platform

  • Reagraph version: 4.15.6
  • OS: Windows
  • Browser: Chrome
  • Node.js version: 20.9.0

Your Example Website or App

No response

Additional context

No response