Skip to main content

All Questions

1 vote
0 answers
59 views

D3. Js force oriented graph, where path is not compatible with ie10, ie11 [duplicate]

My force-directed graph created with D3.js works fine in Chrome, Firefox and Internet Explorer 9: In IE 10 and IE 11 the links will not get rendered: However, there are elements in the DOM structure ...
sky's user avatar
  • 11
0 votes
1 answer
604 views

IE10/IE11 does not display unicode characters inside of SVG

I'm using D3.js for displaying unicode character inside of SVG as seen below. g.append("text") .html("➤"); This works perfectly in Firefox and Chrome, but displays nothing in IE10/...
CuriousSuperhero's user avatar