Questions tagged [linkurious]

A Javascript toolkit to speed up the development of graph visualization and interaction applications.

The linkurious.js toolkit speeds up the development of modern Web applications that leverage the power of graph visualization and interaction.

Graphs are also called networks: they are made of nodes linked by edges. Graphs are a powerful way to represent any relationships in data like social networks (i.e. who likes who), infrastructure (i.e. how devices are connected), flows (i.e. where does the money go), and much more.


Related tags :

16 questions
5
votes
2 answers

How to increase size of edges arrow in sigma js?

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: { …
melvil james
  • 592
  • 7
  • 18
3
votes
1 answer

Why is the tooltip for my sigma js graph out of position?

I am using sigmajs with some linkurious plugin for my graph. I implemented a tooltip and its working but the position seems off place. I have the position set to "left" for the tooltip but it still doesn't change. I've tried all other positions as…
Instinct
  • 2,201
  • 1
  • 31
  • 45
2
votes
1 answer

Linkurious attributes don't work

I'm attempting to set "visual variables" but failing at it. the complete code is here: http://pastebin.com/j6i1B8ie