Skip to content

Commit

Permalink
new choropleth maps
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBARBIERDARNAL committed Nov 22, 2024
1 parent 1d13437 commit 490d3b1
Show file tree
Hide file tree
Showing 8 changed files with 7,246 additions and 0 deletions.
731 changes: 731 additions & 0 deletions src/notebooks/web-two-maps-with-different-granulaties.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/pages/choropleth-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@ export default function Choropleth() {
/>
</Link>
</Col>
<Col xs={12} md={6}>
<Link to={'/web-two-maps-with-different-granulaties'}>
<ChartImage
imgName={'web-two-maps-with-different-granulaties'}
caption={'Two choropleth maps with different granularities'}
/>
</Link>
</Col>
</Row>
</Container>

Expand Down
8 changes: 8 additions & 0 deletions src/util/list-of-best-charts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
export const listOfBestCharts = [
{
link: 'web-two-maps-with-different-granulaties',
title: 'Unemployment rates in the US',
description: 'Combine two choropleth maps with different granularities',
img: 'web-two-maps-with-different-granulaties.png',
alt: '2 choropleth maps next to each other with different granularities',
author: 'Joseph Barbier',
},
{
link: 'web-combine-choropleth-map-with-barplot',
title: 'HDI distribution in Sao Paulo',
Expand Down
Loading

0 comments on commit 490d3b1

Please sign in to comment.