This network visualization represents the overlapping community property based on pie chart. Each arc of pie present the proportion of each community.
xxxxxxxxxx
<head>
<title>Network visualization with overlapping community</title>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://fastcdn.org/underscore.js/1.8.3/underscore-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="d3_style.css"> -->
<style>
body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
</style>
</head>
<body>
<div id="d3_container"></div>
<script src="main.js"></script>
<script>
</script>
</body>
Updated missing url https://fastcdn.org/Underscore.js/1.8.3/underscore-min.js to https://fastcdn.org/underscore.js/1.8.3/underscore-min.js
https://d3js.org/d3.v4.min.js
https://fastcdn.org/Underscore.js/1.8.3/underscore-min.js
https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js