Skip to content
Snippets Groups Projects
Commit 78439e33 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

enabled mouseover highlight for hierachical keywords

parent 5aa500ae
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,8 @@ function Tags() {
var e = select.enter().append("div")
.classed("tag", true)
// .on("mouseenter", tags.mouseenter)
// .on("mouseleave", tags.mouseleave)
.on("mouseenter", tags.mouseenter)
.on("mouseleave", tags.mouseleave)
.on("click", tags.mouseclick)
.style("transform", function(d,i){ return "translate(" + d.x + "px,0px) rotate(45deg)"; })
.style("font-size", function(d) { return keywordsScale(d.values.length) + "px"; })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment