How to increase size of edges arrow in sigmajs? I have this snippet of code.
s = new sigma({
graph: g,
container: 'network-graph',
renderer: {
container: document.getElementById('network-graph'),
type: 'canvas'
},
settings: {
maxNodeSize: 16,
minNodeSize: 45,
minEdgeSize: 5,
maxEdgeSize: 5,
minArrowSize: 25
}
});
On every sigma edge, there is a property size
. If you put an higger number, this will increase the edge.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With