I'm trying to add background to the edges label but it doesn't seem to be working. any suggestions?
here's my code:
graph.insertEdge(
parent,
r.id,
r.name,
src,
target,
'edgeStyle=orthogonalEdgeStyle;fontSize=14;fontColor=#000;fillColor=#fff;strokeColor=black'
);
this is what I am trying to achieve:
the current result: