height/width

pull/1/head
Matt Huntington 8 years ago
parent c29c356019
commit cde914075e

@ -1,11 +1,11 @@
var width = 1000, var width = 960,
height = 600; height = 490;
d3.select('svg') d3.select('svg')
.attr('width', width) .attr('width', width)
.attr('height', height); .attr('height', height);
var worldProjection = d3.geoNaturalEarth1(); var worldProjection = d3.geoEquirectangular();
var geoPath = d3.geoPath() var geoPath = d3.geoPath()
.projection(worldProjection); .projection(worldProjection);

Loading…
Cancel
Save