Daniel Trone

Results 1 issues of Daniel Trone

SVG text elements aren't updated via the .innerHTML property in Safari and IE which is probably what your d3 call is using: d3.select("#" + this.cssPrefix + "title").html(value); Instead, try the...