xxxxxxxxxx
<html lang="jp">
<head>
<style>
html, body {
margin:0px;
padding:0px;
}
#stage {
width: 99.8%;
height: 500px;
border: 1px solid gray;
}
.heads circle, .legendLayer circle{
stroke:black;
}
.投票率{
fill:red;
}
.比較第一党議席率{
fill:blue;
}
.adminLabel , .legendLabel, .warekiLabel{
font-size: 11px;
}
.eventLabel {
font-size: 10px;
}
.axis--y line{
stroke-dasharray: 1;
}
</style>
</head>
<body>
<div id="stage"></div>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js"></script>
<script src="index.js"></script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js