Skip to content

Commit ef8e3e6

Browse files
committed
fix: instruction carto
1 parent 5620a1d commit ef8e3e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • website/content/visualizations/cartogram

website/content/visualizations/cartogram/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This deformed map, called a cartogram, shows that as expected most published aut
1111

1212
We looked for other datasets tracking author origin but this was the best available. As a result, African, Central American and Central Asian authors are underrepresented.
1313

14-
*Toggle the button to discover the scaled map !*
14+
*Toggle the button to discover the scaled map and hover above the countries to see their author counts!*
1515
<!-- prettier-ignore-start -->
1616
<script src="https://unpkg.com/topojson@3/dist/topojson.min.js"></script>
1717
<script src="{{< asset-url "js/cartogram.js" >}}"></script>
@@ -183,7 +183,7 @@ Promise.all([
183183
.data(cartoFeatures)
184184
.enter().append("path")
185185
.attr("class", "carto-country")
186-
.attr("d", (d, i) => staticPath(normalFeatures[i]))
186+
.attr("d", (d, i) => staticPath(normalFeatures[i]))
187187
.attr("fill", color)
188188
.attr("stroke", congoColors.neutral100)
189189
.attr("stroke-width", 0.5)

0 commit comments

Comments
 (0)