I am working with ArangoDb and after i finally got my data into the database I now want to visualize my graph. The built-in visualization is sadly not enough for me since I need to do things like highlighting nodes and change the thickness of edges etc.
So I am looking for a way to visualize a graph that is able to do such things. I found Sigma.js which seems to be what I need, but is there a (easy, since I am pretty inexperienced) way to use Sigma.js with an ArangoDb graph?