svg - d3.js graph has incorrect visualisation of path in firefox -
i'll try clear possibile (i'm not in english). have d3 static force graph , need cross browser. had big problem internet explorer, because doesn't support svg correctly. , solved drawing elliptic arc without markers suggested in topic.
now have following problem:
in every browser tested (chrome, ie, opera , safari far) graph shown correctly, in other words links length starts , stop in x,y coordinate of source , target node), while in firefox, using same data, every link go beyond node x,y coordinate.
with chrome result
with firefox result
the code i'm using same both browser, if need can try make jsfiddle working.
Comments
Post a Comment