http://www.tastones.com/zh-tw/stackoverflow/d3.js/core-svg-concepts-used-in-d3.js-visualization/svg_the_drawing_order/
d3 有隐形的z-index 规则,在 <g> tag 中的 svg 元素,后面的元素z-index 高于前面的兄弟元素
http://www.tastones.com/zh-tw/stackoverflow/d3.js/core-svg-concepts-used-in-d3.js-visualization/svg_the_drawing_order/
d3 有隐形的z-index 规则,在 <g> tag 中的 svg 元素,后面的元素z-index 高于前面的兄弟元素