Hi All,
I am making a scatter chart with elements from several tutorials here as well as blocks.
I am working through as many functions as I can and this time .insert is confusing me a little.
From the documentation it should work like append but I am not able to see it on the screen if I use it.
I added a comment with .insert('rect', 'text') that I thought would work.
I think it is probably rendering but not where I want.
This also leads me to a second question, I wanted to append them all to a group and tried to find the new relative location.
Is there some way in d3 where I can use the absolute coordinates instead?
I thought relative would be 0, 0 but I am somehow not being able to place the texts and rects right this way so I am using svg.append() instead.
Thank you very much in advance! I really appreciate the helpful community here.