From 7d671f2934694a8efa6221c3a31782a36a8887c8 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 11 Sep 2022 19:14:15 -0400 Subject: [PATCH] changes --- app.js | 2 +- index-v7.html | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/app.js b/app.js index 9765861..5854de8 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ var worldProjection = d3.geoEquirectangular(); d3.select('svg').selectAll('path') .data(map_json.features) - .enter() + .enter() .append('path') .attr('fill', '#099'); diff --git a/index-v7.html b/index-v7.html index ae3d844..4ea0f21 100644 --- a/index-v7.html +++ b/index-v7.html @@ -10,14 +10,13 @@ path { +