cytoscape / cytoscape.js-edgehandles

Edge creation UI extension for Cytoscape.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Is there a way to show a React element in place of circular edge-handle shape of the node

Chadha93 opened this issue · comments

we can change the shape of the edge handle or we can pass the SVG but is there a way I can show a custom react-based element in place of the circular edge handle.

        selector: ".eh-handle",
        style: {
          shape: "triangle",
        }
commented

This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.