D3 Append an element directly to the body d3.select('body').append('svg') append() returns the appended element, not the body as in jQuery