How to align two svg's side by side in d3.js
问题 I have two graphs(rectangles with text the other circles with text) to be displayed but instead of displaying one below the other,I want to display side by side i.e 2 charts displaying horizontally(one at the left of div and the other at right of div). I created 2 svg's and added the charts in to that. However when ever i change the top or bottom margin it is not working. My code goes like: <!DOCTYPE html> <html xmlns:xlink="http://www.w3.org/1999/xlink"> <head> <meta http-equiv="Content-Type