TuGraph-family / Awesome-Graphs

Think Graphs Like A Graph.
https://tugraph-family.github.io/Awesome-Graphs/
Apache License 2.0
33 stars 6 forks source link

Support preview and upstream/downstream trace #2

Closed KingSkyLi closed 2 months ago

KingSkyLi commented 2 months ago
  1. Reference Network
  2. Citation Network
  3. Direct Neighbours
  4. Node detail message
fanzhidongyzby commented 2 months ago

Here are several optimization points:

  1. The right-click menu should first trigger the selection logic, allowing for the selection + preview of papers/website.
  2. Enhance the visual appeal of the right-click menu by removing rounded corners.
  3. Clicking on root nodes (such as Pregel, Haloop, etc.) has no effect; search and right-click functionalities are working fine.
  4. Center the display of paper titles or websites.
  5. TigerGraph displays both title and website simultaneously, but it's not presented correctly.
  6. Set a _bidirect property for red bidirectional edges. Upgrade the forward and backward search algorithms based on this field.
  7. For _type: 'db', color: 'white', can the white color be rendered by default when _type=db to avoid redundant configurations?
  8. Similar to { from: 'Chaos', to: 'GRAM', color: 'red', arrows: { to: { enabled: true, scaleFactor: 1 }, from: { enabled: true, scaleFactor: 1 } } }, if an edge is set with _bidirect=true, then default rendering should be color: 'red', arrows: { to: { enabled: true, scaleFactor: 1 }, from: { enabled: true, scaleFactor: 1 } } to simplify code complexity.
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.