Is there an easy way to add an svg file to a svg image created by D3.
I have this svg image created using D3 and I i’m trying to add another layer (group) to that image which is an svg image.
I think I need to take the body of the svg image file (it’s a group) and append it to a new group in my svg cell. But not sure of the best way to do that. And I think I have also to address scaling issues and the svg file looks small when I load it into a cell, but if I mess with the styles with the ‘style width’ then the transform needed is huge.
(mock up of problems)