cytoscape / cytoscape.js-edgehandles

Edge creation UI extension for Cytoscape.js
MIT License
167 stars 87 forks source link

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

Closed Chadha93 closed 2 years ago

Chadha93 commented 2 years ago

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",
        }
stale[bot] commented 2 years ago

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.