Skip to content

Commit

Permalink
hide breadcrumbs on mouseout
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Mar 17, 2016
1 parent 3197c4b commit 3dc9996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/assets/visualizations/sunburst.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function sunburstVis(slice) {
function mouseleave(d) {

// Hide the breadcrumb trail
// breadcrumbs.style("visibility", "hidden");
breadcrumbs.style("visibility", "hidden");

gMiddleText.selectAll("*").remove();

Expand Down

0 comments on commit 3dc9996

Please sign in to comment.