xxxxxxxxxx
<html>
<head lang="en">
<meta charset="UTF-8">
<title>https://stackoverflow.com/questions/32057842/d3-js-highlighting-stacked-bar-and-getting-selected-values/32079517#32079517</title>
<style>
body {
position: relative;
}
#vis {
margin: 100px;
position: relative;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.fly-in {
font-size: 8px;
}
.axis .tick line {
stroke: #ccc;
/*opacity: 0.5;*/
pointer-events: none;
}
/*.axis .minor line{*/
/*stroke: red;*/
/*}*/
.highlight {
font-weight: bold ;
}
svg {
overflow: visible;
}
</style>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="UTF-8"></script>
<!--<script src="https://cdn.jsdelivr.net/gh/cool-blue/d3-lib/516508b6aa8d9ae724ceb194257226aa29d48fb7/inputs/select/select.js"></script>-->
<script src="https://cdn.jsdelivr.net/gh/repo/cool-blue/d3-lib/inputs/select/select.js" charset="UTF-8"></script>
<script src="https://cdn.jsdelivr.net/gh/repo/cool-blue/d3-lib/plot/plot-transform-2.0.0/plot-transform.js" charset="UTF-8"></script>
<script src="https://cdn.jsdelivr.net/gh/repo/cool-blue/d3-lib/transitions/end-all/endall.js" charset="UTF-8"></script>
<script src="script.js"></script>
</body>
</html>
Updated missing url https://rawgit.com/cool-Blue/d3-lib/516508b6aa8d9ae724ceb194257226aa29d48fb7/inputs/select/select.js to https://cdn.jsdelivr.net/gh/cool-blue/d3-lib/516508b6aa8d9ae724ceb194257226aa29d48fb7/inputs/select/select.js
Updated missing url https://gitcdn.xyz/repo/cool-Blue/d3-lib/master/inputs/select/select.js to https://cdn.jsdelivr.net/gh/repo/cool-blue/d3-lib/inputs/select/select.js
Updated missing url https://gitcdn.xyz/repo/cool-Blue/d3-lib/master/plot/plot-transform-2.0.0/plot-transform.js to https://cdn.jsdelivr.net/gh/repo/cool-blue/d3-lib/plot/plot-transform-2.0.0/plot-transform.js
Updated missing url https://gitcdn.xyz/repo/cool-Blue/d3-lib/master/transitions/end-all/endAll.js to https://cdn.jsdelivr.net/gh/repo/cool-blue/d3-lib/transitions/end-all/endall.js
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js
https://rawgit.com/cool-Blue/d3-lib/516508b6aa8d9ae724ceb194257226aa29d48fb7/inputs/select/select.js
https://gitcdn.xyz/repo/cool-Blue/d3-lib/master/inputs/select/select.js
https://gitcdn.xyz/repo/cool-Blue/d3-lib/master/plot/plot-transform-2.0.0/plot-transform.js
https://gitcdn.xyz/repo/cool-Blue/d3-lib/master/transitions/end-all/endAll.js