Using either d3.js or a javascript method, is there a way to draw the nested circle (#snap-points) on top of the line group?
<g id='panel-group'> <rect id='panel-rectangles' /> <circle id='snap-points' /> </g> <g id='line-group> <line/> </g>