Hello,
Sorry if category is wrong, could not find something more suitable.
I’ve had a single issue with node graph viz, across versions, It loves to put nodes in two columns, making edges overlap themselves, rendering the graph hard to read.
Current grafana version: v11.5.1 (c6c701cf5b)
Here is some sample data (just the edges, result is the same even with the corresponding nodes data):
id,source,target
aaa,BBB,FFF
bbb,BBB,GGG
ccc,AAA,FFF
ddd,AAA,GGG
eee,AAA,EEE
fff,AAA,BBB
ggg,AAA,DDD
hhh,AAA,ccc
I use a testdata datasource to load the csv:
and here is the render:
Am I doing something wrong ? Why can’t I have something nice (speaking of nodes positions) like in any examples I can find ?
Thanks