Graph database Analysis of the Steam Network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
jrtechs bef4252bb7 Created a quick web api for the project 3 years ago
..
README.md Created a quick web api for the project 3 years ago
sigma.canvas.edgehovers.curve.js Created a quick web api for the project 3 years ago
sigma.canvas.edgehovers.curvedArrow.js Created a quick web api for the project 3 years ago
sigma.canvas.edges.curve.js Created a quick web api for the project 3 years ago
sigma.canvas.edges.curvedArrow.js Created a quick web api for the project 3 years ago
sigma.canvas.edges.labels.curve.js Created a quick web api for the project 3 years ago
utils.js Created a quick web api for the project 3 years ago

README.md

sigma.renderers.edgeLabels

Plugin developed by Jack Miner.

Contact: 3ch01c@gmail.com


General

This plugin allows visualizing multiple parallel edges.

See the following example for full usage.

To use it, include all .js files under this folder.

Edges

This plugin extends Sigma.js edges:

  • count
    • Represents the index of the edge in the set of parallel edges. Inversely proportional to the amplitude of the vertex of the edge curve.
    • type: number
    • default value: 0

Renderers

This plugin modifies

Utils

This plugin modifies functions sigma.utils.getQuadraticControlPoint and sigma.utils.getSelfLoopControlPoints with an optional amplitude modifier parameters.