Skip to content

Commit

Permalink
fix pie maps
Browse files Browse the repository at this point in the history
  • Loading branch information
joewdavies committed Jan 22, 2025
1 parent f3dc08a commit de7ff9a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
44 changes: 23 additions & 21 deletions build/eurostatmap.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/eurostatmap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eurostat-map",
"version": "4.0.12",
"version": "4.0.13",
"description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
"keywords": [
"eurostat",
Expand Down
1 change: 1 addition & 0 deletions src/maptypes/map-piecharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { extent, sum } from 'd3-array'
import { interpolateOrRd, schemeCategory10 } from 'd3-scale-chromatic'
import * as StatMap from '../core/stat-map'
import * as PiechartLegend from '../legend/legend-piecharts'
import { executeForAllInsets, spaceAsThousandSeparator } from '../core/utils'

/**
* Returns a proportional pie chart map.
Expand Down

0 comments on commit de7ff9a

Please sign in to comment.