The visualization below shows how often the people collaborated.
" + Names[d.source.index] + " and " + Names[d.target.index] + " appeared together in " + d.source.value + " projects
"; } }); $(this).popover('show'); }//mouseoverChord //Bring all chords back to default opacity function mouseoutChord(d) { //Hide the tooltip $('.popover').each(function() { $(this).remove(); }); //Set opacity back to default for all svg.selectAll("path.chord") .transition() .style("opacity", opacityDefault); }//function mouseoutChord LICENSE # This block appears to have no license. Please contact the author to request a license.