Scale yeniden update.
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
// Standard projection - we'll rotate the entire SVG group
|
// Standard projection - we'll rotate the entire SVG group
|
||||||
const projection = d3.geoNaturalEarth1()
|
const projection = d3.geoNaturalEarth1()
|
||||||
.scale(240)
|
.scale(250)
|
||||||
.center([0, 0])
|
.center([0, 0])
|
||||||
.translate([width / 2, height / 2]);
|
.translate([width / 2, height / 2]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user