cosmograph-org / cosmos

GPU-accelerated force graph layout and rendering
Other
790 stars 52 forks source link

Enhancement for highlighted node ring #54

Closed Stukova closed 1 year ago

Stukova commented 1 year ago

This pull request includes the following changes:

  1. A second optional argument, focusedNodeId, has been added to the selectNodesByIds and selectNodesByIndices methods. When a node is focused, a ring will be drawn around it as if the node had been clicked.

  2. The transparency of the selected node's ring has been adjusted to inherit from the parent node.