Tapered edges in cytoscape.js

Is there a way to implement tapered edges in cytoscape.js (see Danny Holten, Petra Isenberg, Jean-Daniel Fekete, and J. Van Wijk (2010) Performance Evaluation of Tapered, Curved, and Animated Directed-Edge Representations in Node-Link Graphs. Research Report, Sep 2010.) Thanks!

Upvotes: 1

Views: 72

Answers (1)

Stephan T.
Stephan T.

Reputation: 6074

As can be seen in the edge style documentation and this demo, there currently is no tapered style available. Also, the edge lines width propery is most likely not capable of recieving multiple width inputs for one edge.

If you really need this (very advanced) feature, you can always go to the cytoscape.js GitHub and create an issue request for this.

EDIT:

A tapered edge has one slim and one thicc end like this, right? :D

Upvotes: 1

Related Questions