var WIDTH = 800; var HEIGHT = 600; d3.select('svg') .style('width', WIDTH) .style('height', HEIGHT);