So Pod has `protected readonly d3Node` which is the root html element we insert `<svg>` tag. I believe that `d3Node` should wrap `<svg>` tag, not it's parent.
So Pod has
protected readonly d3Nodewhich is the root html element we insert<svg>tag.I believe that
d3Nodeshould wrap<svg>tag, not it's parent.