lib/flamegraph/flamegraph.html in flamegraph-0.0.8 vs lib/flamegraph/flamegraph.html in flamegraph-0.0.9

- old
+ new

@@ -455,12 +455,12 @@ for(var j=0; j < d.width; j++){ i.samples.push(d.x + j); } return i.color; }) + .on("click", click) .on("mouseover", mouseover) .on("mouseout", mouseout) - .on("click", click) .attr("cursor", "pointer"); d3.select(this) .append("text") .attr("x",function(d) { return xScale(d.x - 0.98); })