Based on Stacked Bar Chart in https://plnkr.co/edit/Y5i5evoQtookJLJXflvt?p=preview. Below two attributes added to the SVG to make it responsive.
The original D3.js v3 sample can be found in here https://codepen.io/HuuThuan0701/pen/yezeVW .
- d3-funnel.js file modified to suit to D3.js v4.(refered https://github.com/d3/d3/blob/master/CHANGES.md a lot)
- Added stroke to path drawing to reflect gap between each path.