From e4cb53ec3224b56276f2bb2128bee049cd7d991c Mon Sep 17 00:00:00 2001 From: xiaoluoHe Date: Wed, 15 May 2024 16:32:13 +0800 Subject: [PATCH 1/4] feat: add ranking-bar-chart --- common/config/rush/pnpm-lock.yaml | 61 + packages/vchart-extension/.eslintrc.js | 18 + packages/vchart-extension/README.md | 11 + .../runtime/browser/data/ranking-bar.ts | 13579 ++++++++++++++++ .../__tests__/runtime/browser/index.html | 18 + .../__tests__/runtime/browser/index.page.ts | 7 + .../scripts/index.page.local.template.ts | 3 + .../runtime/browser/scripts/initVite.ts | 30 + .../scripts/vite.config.local.template.ts | 6 + .../runtime/browser/test-page/.gitignore | 1 + .../runtime/browser/test-page/ranking-bar.ts | 76 + .../__tests__/runtime/browser/vite.config.js | 51 + packages/vchart-extension/bundler.config.js | 60 + packages/vchart-extension/package.json | 53 + packages/vchart-extension/rollup.config.js | 68 + packages/vchart-extension/src/global.d.ts | 1 + packages/vchart-extension/src/index.ts | 1 + .../src/ranking-bar/interface.ts | 58 + .../ranking-bar/ranking-bar-transformer.ts | 381 + .../src/ranking-bar/ranking-bar.ts | 38 + packages/vchart-extension/src/type/index.ts | 1 + packages/vchart-extension/src/type/type.ts | 9 + .../vchart-extension/tsconfig.eslint.json | 10 + packages/vchart-extension/tsconfig.json | 15 + packages/vchart/src/index.ts | 1 + rush.json | 7 +- 26 files changed, 14563 insertions(+), 1 deletion(-) create mode 100644 packages/vchart-extension/.eslintrc.js create mode 100644 packages/vchart-extension/README.md create mode 100644 packages/vchart-extension/__tests__/runtime/browser/data/ranking-bar.ts create mode 100644 packages/vchart-extension/__tests__/runtime/browser/index.html create mode 100644 packages/vchart-extension/__tests__/runtime/browser/index.page.ts create mode 100644 packages/vchart-extension/__tests__/runtime/browser/scripts/index.page.local.template.ts create mode 100644 packages/vchart-extension/__tests__/runtime/browser/scripts/initVite.ts create mode 100644 packages/vchart-extension/__tests__/runtime/browser/scripts/vite.config.local.template.ts create mode 100644 packages/vchart-extension/__tests__/runtime/browser/test-page/.gitignore create mode 100644 packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts create mode 100644 packages/vchart-extension/__tests__/runtime/browser/vite.config.js create mode 100644 packages/vchart-extension/bundler.config.js create mode 100644 packages/vchart-extension/package.json create mode 100644 packages/vchart-extension/rollup.config.js create mode 100644 packages/vchart-extension/src/global.d.ts create mode 100644 packages/vchart-extension/src/index.ts create mode 100644 packages/vchart-extension/src/ranking-bar/interface.ts create mode 100644 packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts create mode 100644 packages/vchart-extension/src/ranking-bar/ranking-bar.ts create mode 100644 packages/vchart-extension/src/type/index.ts create mode 100644 packages/vchart-extension/src/type/type.ts create mode 100644 packages/vchart-extension/tsconfig.eslint.json create mode 100644 packages/vchart-extension/tsconfig.json diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index fdb6ee1e50..98a07c04b6 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -467,6 +467,67 @@ importers: typescript: 4.9.5 vite: 3.2.6_@types+node@20.12.10 + ../../packages/vchart-extension: + specifiers: + '@internal/bundler': workspace:* + '@internal/eslint-config': workspace:* + '@internal/ts-config': workspace:* + '@rushstack/eslint-patch': ~1.1.4 + '@types/node': '*' + '@types/offscreencanvas': 2019.6.4 + '@types/react': ^18.0.0 + '@types/react-dom': ^18.0.0 + '@visactor/vchart': workspace:1.11.0 + '@visactor/vrender-core': 0.19.0 + '@visactor/vrender-kits': 0.19.0 + '@visactor/vutils': ~0.18.6 + '@vitejs/plugin-react': 3.1.0 + canvas: 2.11.2 + eslint: ~8.18.0 + jest: ^26.0.0 + react: ^18.0.0 + react-dom: ^18.0.0 + rollup: 3.20.5 + rollup-plugin-bundle-size: 1.0.3 + rollup-plugin-gzip: 3.1.0 + rollup-plugin-node-polyfills: 0.2.1 + rollup-plugin-sizes: 1.0.5 + rollup-plugin-visualizer: 5.9.2 + ts-loader: 8.0.2 + ts-node: 10.9.0 + typescript: 4.9.5 + vite: 3.2.6 + dependencies: + '@visactor/vchart': link:../vchart + '@visactor/vrender-core': 0.19.0 + '@visactor/vrender-kits': 0.19.0 + '@visactor/vutils': 0.18.6 + devDependencies: + '@internal/bundler': link:../../tools/bundler + '@internal/eslint-config': link:../../share/eslint-config + '@internal/ts-config': link:../../share/ts-config + '@rushstack/eslint-patch': 1.1.4 + '@types/node': 20.12.10 + '@types/offscreencanvas': 2019.6.4 + '@types/react': 18.3.1 + '@types/react-dom': 18.3.0 + '@vitejs/plugin-react': 3.1.0_vite@3.2.6 + canvas: 2.11.2 + eslint: 8.18.0 + jest: 26.6.3_xxvpynkn5i4ehycnunrxxsezu4 + react: 18.3.1 + react-dom: 18.3.1_react@18.3.1 + rollup: 3.20.5 + rollup-plugin-bundle-size: 1.0.3 + rollup-plugin-gzip: 3.1.0_rollup@3.20.5 + rollup-plugin-node-polyfills: 0.2.1 + rollup-plugin-sizes: 1.0.5_rollup@3.20.5 + rollup-plugin-visualizer: 5.9.2_rollup@3.20.5 + ts-loader: 8.0.2_typescript@4.9.5 + ts-node: 10.9.0_yhgc43imxdvhbt6tf7t7egbicq + typescript: 4.9.5 + vite: 3.2.6_@types+node@20.12.10 + ../../packages/vchart-schema: specifiers: '@internal/eslint-config': workspace:* diff --git a/packages/vchart-extension/.eslintrc.js b/packages/vchart-extension/.eslintrc.js new file mode 100644 index 0000000000..daaf51894d --- /dev/null +++ b/packages/vchart-extension/.eslintrc.js @@ -0,0 +1,18 @@ +require('@rushstack/eslint-patch/modern-module-resolution'); + +module.exports = { + extends: ['@internal/eslint-config/profile/lib'], + parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.eslint.json' }, + // ignorePatterns: [], + overrides: [ + { + files: ['**/__tests__/**', '**/*.test.ts'], + // 测试文件允许以下规则 + rules: { + '@typescript-eslint/no-empty-function': 'off', + 'no-console': 'off', + 'dot-notation': 'off' + } + } + ] +}; diff --git a/packages/vchart-extension/README.md b/packages/vchart-extension/README.md new file mode 100644 index 0000000000..617132c7b0 --- /dev/null +++ b/packages/vchart-extension/README.md @@ -0,0 +1,11 @@ +# @visactor/vchart-extension + +## Description + + + +## Usage + +```typescript +import { xxx } from '@visactor/vchart-extension'; +``` diff --git a/packages/vchart-extension/__tests__/runtime/browser/data/ranking-bar.ts b/packages/vchart-extension/__tests__/runtime/browser/data/ranking-bar.ts new file mode 100644 index 0000000000..3380977644 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/data/ranking-bar.ts @@ -0,0 +1,13579 @@ +//@ts-nocheck +const rawData = [ + { + '1960': '755783', + '1961': '796042', + '1962': '838885', + '1963': '884370', + '1964': '932848', + '1965': '984301', + '1966': '1038888', + '1967': '1096387', + '1968': '1157782', + '1969': '1223837', + '1970': '1295415', + '1971': '1372537', + '1972': '1454693', + '1973': '1540644', + '1974': '1628785', + '1975': '1717441', + '1976': '1807144', + '1977': '1897014', + '1978': '1982086', + '1979': '2054820', + '1980': '2119077', + '1981': '2161996', + '1982': '2186182', + '1983': '2198724', + '1984': '2212453', + '1985': '2238426', + '1986': '2279257', + '1987': '2336671', + '1988': '2423356', + '1989': '2483662', + '1990': '2593995', + '1991': '2763231', + '1992': '2985692', + '1993': '3236993', + '1994': '3482633', + '1995': '3697605', + '1996': '3870061', + '1997': '4008109', + '1998': '4130273', + '1999': '4266092', + '2000': '4436299', + '2001': '4648055', + '2002': '4892951', + '2003': '5155686', + '2004': '5426770', + '2005': '5691823', + '2006': '5931413', + '2007': '6151939', + '2008': '6364968', + '2009': '6588859', + '2010': '6837008', + '2011': '7114615', + '2012': '7416385', + '2013': '7733964', + '2014': '8054214', + '2015': '8367663', + '2016': '8670939', + '2017': '8971345', + CountryName: 'Afghanistan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/af.svg' + }, + { + '1960': '493982', + '1961': '513592', + '1962': '530766', + '1963': '547928', + '1964': '565248', + '1965': '582374', + '1966': '599300', + '1967': '616687', + '1968': '635924', + '1969': '656733', + '1970': '677801', + '1971': '698647', + '1972': '720649', + '1973': '742333', + '1974': '764166', + '1975': '786668', + '1976': '809052', + '1977': '832109', + '1978': '854618', + '1979': '876974', + '1980': '902120', + '1981': '927513', + '1982': '954645', + '1983': '982645', + '1984': '1011235', + '1985': '1040127', + '1986': '1068501', + '1987': '1098349', + '1988': '1127722', + '1989': '1167160', + '1990': '1197222', + '1991': '1198912', + '1992': '1209490', + '1993': '1219882', + '1994': '1230218', + '1995': '1240399', + '1996': '1250518', + '1997': '1260414', + '1998': '1270214', + '1999': '1279853', + '2000': '1289391', + '2001': '1298584', + '2002': '1327220', + '2003': '1354848', + '2004': '1381828', + '2005': '1407298', + '2006': '1430886', + '2007': '1452398', + '2008': '1473392', + '2009': '1495260', + '2010': '1519519', + '2011': '1546929', + '2012': '1575788', + '2013': '1603505', + '2014': '1630119', + '2015': '1654503', + '2016': '1680247', + '2017': '1706345', + CountryName: 'Albania', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/al.svg' + }, + { + '1960': '3394203', + '1961': '3626403', + '1962': '3882767', + '1963': '4154288', + '1964': '4443887', + '1965': '4753164', + '1966': '5041536', + '1967': '5208671', + '1968': '5383539', + '1969': '5563573', + '1970': '5747263', + '1971': '5933927', + '1972': '6124850', + '1973': '6321297', + '1974': '6525328', + '1975': '6738780', + '1976': '6961531', + '1977': '7240239', + '1978': '7611660', + '1979': '8004279', + '1980': '8420028', + '1981': '8858976', + '1982': '9321410', + '1983': '9805134', + '1984': '10307407', + '1985': '10824413', + '1986': '11355685', + '1987': '11892457', + '1988': '12421409', + '1989': '12956681', + '1990': '13496456', + '1991': '14039539', + '1992': '14584560', + '1993': '15126562', + '1994': '15661352', + '1995': '16185540', + '1996': '16698037', + '1997': '17198083', + '1998': '17689675', + '1999': '18188015', + '2000': '18684937', + '2001': '19180228', + '2002': '19677273', + '2003': '20182205', + '2004': '20703617', + '2005': '21248009', + '2006': '21818169', + '2007': '22414414', + '2008': '23041887', + '2009': '23700349', + '2010': '24393852', + '2011': '25124194', + '2012': '25888503', + '2013': '26674438', + '2014': '27465760', + '2015': '28248180', + '2016': '29016679', + '2017': '29770548', + CountryName: 'Algeria', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/dz.svg' + }, + { + '1960': '13251', + '1961': '13652', + '1962': '14163', + '1963': '14769', + '1964': '15416', + '1965': '16072', + '1966': '16721', + '1967': '17371', + '1968': '18009', + '1969': '18624', + '1970': '19209', + '1971': '19760', + '1972': '20281', + '1973': '20767', + '1974': '21222', + '1975': '21657', + '1976': '22055', + '1977': '22440', + '1978': '22859', + '1979': '23397', + '1980': '24125', + '1981': '25134', + '1982': '26312', + '1983': '27637', + '1984': '29059', + '1985': '30515', + '1986': '32019', + '1987': '33552', + '1988': '35087', + '1989': '36594', + '1990': '38076', + '1991': '39612', + '1992': '41058', + '1993': '42429', + '1994': '43766', + '1995': '45086', + '1996': '46402', + '1997': '47673', + '1998': '48895', + '1999': '50032', + '2000': '50956', + '2001': '51480', + '2002': '51915', + '2003': '52199', + '2004': '52270', + '2005': '52083', + '2006': '51612', + '2007': '50897', + '2008': '50072', + '2009': '49309', + '2010': '48735', + '2011': '48406', + '2012': '48282', + '2013': '48310', + '2014': '48390', + '2015': '48449', + '2016': '48481', + '2017': '48502', + CountryName: 'American Samoa', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/as.svg' + }, + { + '1960': '7839', + '1961': '8766', + '1962': '9754', + '1963': '10811', + '1964': '11915', + '1965': '13067', + '1966': '14262', + '1967': '15494', + '1968': '16765', + '1969': '18083', + '1970': '19458', + '1971': '20902', + '1972': '22401', + '1973': '23917', + '1974': '25397', + '1975': '26791', + '1976': '28085', + '1977': '29304', + '1978': '30491', + '1979': '31774', + '1980': '33205', + '1981': '34800', + '1982': '36561', + '1983': '38451', + '1984': '40421', + '1985': '42441', + '1986': '44342', + '1987': '46118', + '1988': '47926', + '1989': '49758', + '1990': '51627', + '1991': '53571', + '1992': '55546', + '1993': '57380', + '1994': '58847', + '1995': '59803', + '1996': '60128', + '1997': '59940', + '1998': '59605', + '1999': '59649', + '2000': '60417', + '2001': '61991', + '2002': '64194', + '2003': '66747', + '2004': '69192', + '2005': '71205', + '2006': '72736', + '2007': '73843', + '2008': '74640', + '2009': '75097', + '2010': '75007', + '2011': '74309', + '2012': '73059', + '2013': '71527', + '2014': '70066', + '2015': '68921', + '2016': '68199', + '2017': '67845', + CountryName: 'Andorra', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ad.svg' + }, + { + '1960': '588866', + '1961': '621212', + '1962': '657233', + '1963': '695164', + '1964': '734733', + '1965': '775661', + '1966': '818062', + '1967': '862239', + '1968': '908895', + '1969': '958930', + '1970': '1013543', + '1971': '1082871', + '1972': '1167455', + '1973': '1259815', + '1974': '1360479', + '1975': '1469505', + '1976': '1587468', + '1977': '1714663', + '1978': '1852971', + '1979': '2004142', + '1980': '2169787', + '1981': '2351525', + '1982': '2550003', + '1983': '2763060', + '1984': '2987103', + '1985': '3218571', + '1986': '3455744', + '1987': '3699560', + '1988': '3954242', + '1989': '4225990', + '1990': '4520960', + '1991': '4843119', + '1992': '5192396', + '1993': '5564024', + '1994': '5951759', + '1995': '6302472', + '1996': '6657829', + '1997': '7020148', + '1998': '7397110', + '1999': '7798957', + '2000': '8234766', + '2001': '8708000', + '2002': '9218787', + '2003': '9765197', + '2004': '10343506', + '2005': '10949424', + '2006': '11501748', + '2007': '12078709', + '2008': '12681825', + '2009': '13311900', + '2010': '13970768', + '2011': '14659013', + '2012': '15375909', + '2013': '16119491', + '2014': '16887478', + '2015': '17675615', + '2016': '18483548', + '2017': '19311773', + CountryName: 'Angola', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ao.svg' + }, + { + '1960': '21945', + '1961': '21919', + '1962': '21959', + '1963': '22045', + '1964': '22149', + '1965': '22252', + '1966': '22349', + '1967': '22441', + '1968': '22519', + '1969': '22571', + '1970': '22692', + '1971': '23114', + '1972': '23505', + '1973': '23862', + '1974': '24196', + '1975': '24502', + '1976': '24792', + '1977': '25052', + '1978': '25265', + '1979': '25395', + '1980': '25424', + '1981': '25352', + '1982': '25197', + '1983': '24973', + '1984': '24711', + '1985': '24438', + '1986': '24153', + '1987': '23870', + '1988': '23647', + '1989': '23549', + '1990': '23628', + '1991': '23870', + '1992': '24008', + '1993': '24275', + '1994': '24624', + '1995': '25002', + '1996': '25403', + '1997': '25826', + '1998': '26235', + '1999': '26587', + '2000': '26853', + '2001': '26997', + '2002': '26827', + '2003': '26593', + '2004': '26333', + '2005': '26078', + '2006': '25832', + '2007': '25589', + '2008': '25344', + '2009': '25097', + '2010': '24837', + '2011': '24603', + '2012': '24703', + '2013': '24798', + '2014': '24892', + '2015': '24981', + '2016': '25085', + '2017': '25210', + CountryName: 'Antigua and Barbuda', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ag.svg' + }, + { + '1960': '15177907', + '1961': '15550745', + '1962': '15916161', + '1963': '16283191', + '1964': '16650738', + '1965': '17017602', + '1966': '17383414', + '1967': '17749066', + '1968': '18120768', + '1969': '18505677', + '1970': '18909948', + '1971': '19327703', + '1972': '19762667', + '1973': '20210548', + '1974': '20661009', + '1975': '21106169', + '1976': '21543399', + '1977': '21974571', + '1978': '22405664', + '1979': '22844170', + '1980': '23296127', + '1981': '23780333', + '1982': '24285074', + '1983': '24799122', + '1984': '25319368', + '1985': '25842013', + '1986': '26365972', + '1987': '26891584', + '1988': '27418228', + '1989': '27944438', + '1990': '28469636', + '1991': '28987585', + '1992': '29462392', + '1993': '29933012', + '1994': '30397318', + '1995': '30852828', + '1996': '31298956', + '1997': '31735996', + '1998': '32167673', + '1999': '32599189', + '2000': '33033754', + '2001': '33472924', + '2002': '33914775', + '2003': '34358150', + '2004': '34801606', + '2005': '35243074', + '2006': '35682119', + '2007': '36119493', + '2008': '36558177', + '2009': '37001390', + '2010': '37451491', + '2011': '37903594', + '2012': '38358970', + '2013': '38817256', + '2014': '39275219', + '2015': '39728558', + '2016': '40176085', + '2017': '40618237', + CountryName: 'Argentina', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ar.svg' + }, + { + '1960': '960955', + '1961': '1012429', + '1962': '1065431', + '1963': '1119584', + '1964': '1174558', + '1965': '1229978', + '1966': '1285571', + '1967': '1341277', + '1968': '1397343', + '1969': '1454160', + '1970': '1511605', + '1971': '1569625', + '1972': '1628590', + '1973': '1688028', + '1974': '1747461', + '1975': '1801945', + '1976': '1855659', + '1977': '1908576', + '1978': '1960876', + '1979': '2007500', + '1980': '2047386', + '1981': '2085894', + '1982': '2122747', + '1983': '2159333', + '1984': '2197505', + '1985': '2238079', + '1986': '2282853', + '1987': '2330095', + '1988': '2372859', + '1989': '2393836', + '1990': '2385466', + '1991': '2353776', + '1992': '2302482', + '1993': '2240025', + '1994': '2178117', + '1995': '2125280', + '1996': '2084084', + '1997': '2052297', + '1998': '2027670', + '1999': '2006224', + '2000': '1984980', + '2001': '1964164', + '2002': '1948854', + '2003': '1935530', + '2004': '1921532', + '2005': '1906157', + '2006': '1888677', + '2007': '1869501', + '2008': '1850791', + '2009': '1835406', + '2010': '1825366', + '2011': '1821393', + '2012': '1822527', + '2013': '1827656', + '2014': '1834174', + '2015': '1840158', + '2016': '1845032', + '2017': '1849202', + CountryName: 'Armenia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/am.svg' + }, + { + '1960': '27526', + '1961': '28141', + '1962': '28532', + '1963': '28761', + '1964': '28924', + '1965': '29082', + '1966': '29253', + '1967': '29416', + '1968': '29575', + '1969': '29738', + '1970': '29900', + '1971': '30082', + '1972': '30275', + '1973': '30470', + '1974': '30605', + '1975': '30661', + '1976': '30615', + '1977': '30495', + '1978': '30353', + '1979': '30282', + '1980': '30332', + '1981': '30560', + '1982': '30943', + '1983': '31365', + '1984': '31676', + '1985': '31762', + '1986': '31560', + '1987': '31142', + '1988': '30753', + '1989': '30720', + '1990': '31273', + '1991': '32507', + '1992': '34116', + '1993': '35953', + '1994': '37719', + '1995': '39172', + '1996': '40232', + '1997': '40970', + '1998': '41488', + '1999': '41945', + '2000': '42444', + '2001': '43048', + '2002': '43670', + '2003': '44246', + '2004': '44669', + '2005': '44889', + '2006': '44881', + '2007': '44686', + '2008': '44375', + '2009': '44052', + '2010': '43778', + '2011': '43822', + '2012': '44064', + '2013': '44360', + '2014': '44674', + '2015': '44979', + '2016': '45275', + '2017': '45572', + CountryName: 'Aruba', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/aw.svg' + }, + { + '1960': '8378309', + '1961': '8589875', + '1962': '8832932', + '1963': '9034955', + '1964': '9245383', + '1965': '9459784', + '1966': '9709943', + '1967': '9852991', + '1968': '10048170', + '1969': '10280809', + '1970': '10505755', + '1971': '10887779', + '1972': '11110846', + '1973': '11303156', + '1974': '11614598', + '1975': '11780153', + '1976': '11920613', + '1977': '12077392', + '1978': '12240482', + '1979': '12395391', + '1980': '12569300', + '1981': '12792439', + '1982': '13002993', + '1983': '13162165', + '1984': '13307374', + '1985': '13486012', + '1986': '13704062', + '1987': '13909213', + '1988': '14133874', + '1989': '14370091', + '1990': '14579227', + '1991': '14761055', + '1992': '14920611', + '1993': '15044687', + '1994': '15181749', + '1995': '15342767', + '1996': '15521685', + '1997': '15672048', + '1998': '15811356', + '1999': '15967866', + '2000': '16133530', + '2001': '16326333', + '2002': '16550802', + '2003': '16780377', + '2004': '17000206', + '2005': '17250330', + '2006': '17531121', + '2007': '17666387', + '2008': '18049708', + '2009': '18451611', + '2010': '18767085', + '2011': '19056040', + '2012': '19422528', + '2013': '19790208', + '2014': '20120012', + '2015': '20440360', + '2016': '20772874', + '2017': '21131467', + CountryName: 'Australia', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/au.svg' + }, + { + '1960': '4561167', + '1961': '4592914', + '1962': '4624644', + '1963': '4658034', + '1964': '4692726', + '1965': '4726878', + '1966': '4763809', + '1967': '4803163', + '1968': '4831802', + '1969': '4852163', + '1970': '4872871', + '1971': '4897890', + '1972': '4927193', + '1973': '4955326', + '1974': '4964528', + '1975': '4952131', + '1976': '4944146', + '1977': '4946802', + '1978': '4943554', + '1979': '4935890', + '1980': '4936650', + '1981': '4947212', + '1982': '4930765', + '1983': '4902840', + '1984': '4882418', + '1985': '4864664', + '1986': '4847469', + '1987': '4830238', + '1988': '4816676', + '1989': '4817928', + '1990': '4833974', + '1991': '4861464', + '1992': '4893935', + '1993': '4912877', + '1994': '4910076', + '1995': '4895821', + '1996': '4880469', + '1997': '4864091', + '1998': '4847335', + '1999': '4834637', + '2000': '4824004', + '2001': '4820068', + '2002': '4821291', + '2003': '4822095', + '2004': '4829142', + '2005': '4839033', + '2006': '4839801', + '2007': '4832038', + '2008': '4823638', + '2009': '4812679', + '2010': '4800510', + '2011': '4792887', + '2012': '4817487', + '2013': '4861991', + '2014': '4916377', + '2015': '4988134', + '2016': '5058968', + '2017': '5117624', + CountryName: 'Austria', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/at.svg' + }, + { + '1960': '2051432', + '1961': '2110437', + '1962': '2171811', + '1963': '2233683', + '1964': '2293590', + '1965': '2349763', + '1966': '2401556', + '1967': '2449254', + '1968': '2493163', + '1969': '2534088', + '1970': '2590427', + '1971': '2666681', + '1972': '2742016', + '1973': '2816715', + '1974': '2884271', + '1975': '2944707', + '1976': '3005274', + '1977': '3066067', + '1978': '3127436', + '1979': '3187547', + '1980': '3246175', + '1981': '3305703', + '1982': '3366409', + '1983': '3428569', + '1984': '3495127', + '1985': '3566420', + '1986': '3639923', + '1987': '3715252', + '1988': '3792009', + '1989': '3852583', + '1990': '3847891', + '1991': '3885695', + '1992': '3922204', + '1993': '3959159', + '1994': '3989565', + '1995': '4012031', + '1996': '4028686', + '1997': '4043596', + '1998': '4057628', + '1999': '4085971', + '2000': '4135854', + '2001': '4184325', + '2002': '4232008', + '2003': '4280744', + '2004': '4335079', + '2005': '4396406', + '2006': '4461940', + '2007': '4530068', + '2008': '4643726', + '2009': '4759039', + '2010': '4835557', + '2011': '4920166', + '2012': '5008847', + '2013': '5098727', + '2014': '5189181', + '2015': '5279540', + '2016': '5368846', + '2017': '5458164', + CountryName: 'Azerbaijan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/az.svg' + }, + { + '1960': '65401', + '1961': '69587', + '1962': '74094', + '1963': '78852', + '1964': '83751', + '1965': '88714', + '1966': '93733', + '1967': '98784', + '1968': '103767', + '1969': '108556', + '1970': '113068', + '1971': '117234', + '1972': '121087', + '1973': '124751', + '1974': '128424', + '1975': '132250', + '1976': '136279', + '1977': '140473', + '1978': '144846', + '1979': '149340', + '1980': '153997', + '1981': '159055', + '1982': '164261', + '1983': '169532', + '1984': '174781', + '1985': '179944', + '1986': '184961', + '1987': '189864', + '1988': '194731', + '1989': '199676', + '1990': '204654', + '1991': '209068', + '1992': '213687', + '1993': '218337', + '1994': '222758', + '1995': '226812', + '1996': '230381', + '1997': '233582', + '1998': '236721', + '1999': '240212', + '2000': '244291', + '2001': '248719', + '2002': '253793', + '2003': '259335', + '2004': '265039', + '2005': '270702', + '2006': '276254', + '2007': '281743', + '2008': '287110', + '2009': '292348', + '2010': '297423', + '2011': '302331', + '2012': '307051', + '2013': '311585', + '2014': '315931', + '2015': '320093', + '2016': '324065', + '2017': '327853', + CountryName: 'Bahamas, The', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bs.svg' + }, + { + '1960': '133710', + '1961': '138239', + '1962': '142593', + '1963': '146737', + '1964': '150679', + '1965': '154631', + '1966': '158719', + '1967': '162770', + '1968': '167094', + '1969': '172099', + '1970': '178110', + '1971': '185108', + '1972': '193097', + '1973': '202410', + '1974': '213472', + '1975': '226495', + '1976': '241774', + '1977': '259015', + '1978': '277084', + '1979': '294402', + '1980': '309867', + '1981': '322929', + '1982': '333966', + '1983': '343892', + '1984': '354084', + '1985': '365554', + '1986': '378677', + '1987': '393107', + '1988': '408233', + '1989': '423114', + '1990': '437114', + '1991': '450270', + '1992': '462398', + '1993': '473985', + '1994': '485792', + '1995': '498242', + '1996': '511456', + '1997': '525811', + '1998': '542384', + '1999': '562553', + '2000': '587333', + '2001': '616417', + '2002': '649672', + '2003': '688248', + '2004': '733577', + '2005': '786220', + '2006': '847736', + '2007': '916639', + '2008': '986747', + '2009': '1049687', + '2010': '1099826', + '2011': '1133761', + '2012': '1154099', + '2013': '1168545', + '2014': '1188257', + '2015': '1220937', + '2016': '1269685', + '2017': '1331176', + CountryName: 'Bahrain', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bh.svg' + }, + { + '1960': '2475057', + '1961': '2617508', + '1962': '2805637', + '1963': '3008532', + '1964': '3228260', + '1965': '3467852', + '1966': '3729712', + '1967': '4014260', + '1968': '4316105', + '1969': '4626933', + '1970': '4939077', + '1971': '5248219', + '1972': '5557188', + '1973': '5875157', + '1974': '6313359', + '1975': '7013651', + '1976': '7811638', + '1977': '8713882', + '1978': '9728604', + '1979': '10856231', + '1980': '12099237', + '1981': '13228798', + '1982': '13943509', + '1983': '14691533', + '1984': '15478941', + '1985': '16306248', + '1986': '17177150', + '1987': '18090344', + '1988': '19042936', + '1989': '20025732', + '1990': '21037032', + '1991': '22024916', + '1992': '22922841', + '1993': '23837323', + '1994': '24779354', + '1995': '25751082', + '1996': '26756934', + '1997': '27790504', + '1998': '28852897', + '1999': '29937469', + '2000': '31040015', + '2001': '32314461', + '2002': '33816861', + '2003': '35351142', + '2004': '36901038', + '2005': '38452444', + '2006': '40000914', + '2007': '41547693', + '2008': '43106068', + '2009': '44698589', + '2010': '46347659', + '2011': '48058996', + '2012': '49821756', + '2013': '51623507', + '2014': '53456560', + '2015': '55304800', + '2016': '57168296', + '2017': '59047279', + CountryName: 'Bangladesh', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bd.svg' + }, + { + '1960': '84932', + '1961': '85371', + '1962': '85875', + '1963': '86416', + '1964': '86942', + '1965': '87420', + '1966': '87841', + '1967': '88229', + '1968': '88618', + '1969': '89058', + '1970': '89687', + '1971': '90755', + '1972': '91917', + '1973': '93135', + '1974': '94372', + '1975': '95597', + '1976': '96795', + '1977': '97974', + '1978': '99128', + '1979': '100245', + '1980': '101135', + '1981': '100797', + '1982': '100404', + '1983': '99975', + '1984': '99543', + '1985': '99135', + '1986': '98751', + '1987': '98392', + '1988': '98041', + '1989': '97696', + '1990': '97302', + '1991': '96687', + '1992': '96072', + '1993': '95457', + '1994': '94845', + '1995': '94235', + '1996': '93638', + '1997': '93046', + '1998': '92451', + '1999': '91842', + '2000': '91281', + '2001': '91029', + '2002': '90758', + '2003': '90482', + '2004': '90221', + '2005': '89987', + '2006': '89789', + '2007': '89613', + '2008': '89452', + '2009': '89286', + '2010': '89099', + '2011': '88951', + '2012': '88849', + '2013': '88790', + '2014': '88779', + '2015': '88815', + '2016': '88899', + '2017': '89027', + CountryName: 'Barbados', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bb.svg' + }, + { + '1960': '2656234', + '1961': '2772677', + '1962': '2895029', + '1963': '3022385', + '1964': '3153963', + '1965': '3282735', + '1966': '3415027', + '1967': '3551335', + '1968': '3690749', + '1969': '3831426', + '1970': '3978504', + '1971': '4133823', + '1972': '4290972', + '1973': '4447749', + '1974': '4602886', + '1975': '4741013', + '1976': '4877627', + '1977': '5019081', + '1978': '5167027', + '1979': '5309728', + '1980': '5448102', + '1981': '5591406', + '1982': '5734993', + '1983': '5879814', + '1984': '6025280', + '1985': '6167842', + '1986': '6312729', + '1987': '6457896', + '1988': '6578021', + '1989': '6669994', + '1990': '6722804', + '1991': '6766166', + '1992': '6820815', + '1993': '6876000', + '1994': '6907418', + '1995': '6924376', + '1996': '6940093', + '1997': '6949064', + '1998': '6954054', + '1999': '6966778', + '2000': '6983033', + '2001': '6995457', + '2002': '6998521', + '2003': '6996348', + '2004': '6994710', + '2005': '6992229', + '2006': '6993921', + '2007': '7005597', + '2008': '7024602', + '2009': '7051358', + '2010': '7086808', + '2011': '7122689', + '2012': '7164339', + '2013': '7212995', + '2014': '7266287', + '2015': '7324181', + '2016': '7378986', + '2017': '7428883', + CountryName: 'Belarus', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/by.svg' + }, + { + '1960': '8463316', + '1961': '8500111', + '1962': '8545539', + '1963': '8624158', + '1964': '8720520', + '1965': '8814176', + '1966': '8887919', + '1967': '8951328', + '1968': '9000174', + '1969': '9039007', + '1970': '9061057', + '1971': '9090451', + '1972': '9138742', + '1973': '9179915', + '1974': '9221059', + '1975': '9259701', + '1976': '9288043', + '1977': '9319769', + '1978': '9348049', + '1979': '9375266', + '1980': '9403844', + '1981': '9418778', + '1982': '9426273', + '1983': '9435379', + '1984': '9444896', + '1985': '9457075', + '1986': '9469618', + '1987': '9486775', + '1988': '9525797', + '1989': '9569207', + '1990': '9606261', + '1991': '9650427', + '1992': '9697796', + '1993': '9743821', + '1994': '9781788', + '1995': '9810102', + '1996': '9836805', + '1997': '9868070', + '1998': '9896510', + '1999': '9926274', + '2000': '9956937', + '2001': '9997106', + '2002': '10047703', + '2003': '10095562', + '2004': '10144977', + '2005': '10206487', + '2006': '10279407', + '2007': '10360589', + '2008': '10448114', + '2009': '10537701', + '2010': '10639649', + '2011': '10793425', + '2012': '10877193', + '2013': '10935565', + '2014': '10966157', + '2015': '11034732', + '2016': '11095615', + '2017': '11140192', + CountryName: 'Belgium', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/be.svg' + }, + { + '1960': '49740', + '1961': '50874', + '1962': '52013', + '1963': '53188', + '1964': '54410', + '1965': '55692', + '1966': '57046', + '1967': '58442', + '1968': '59828', + '1969': '61107', + '1970': '62268', + '1971': '63401', + '1972': '64396', + '1973': '65278', + '1974': '66086', + '1975': '66858', + '1976': '67590', + '1977': '68294', + '1978': '69059', + '1979': '69998', + '1980': '71175', + '1981': '72577', + '1982': '74223', + '1983': '76043', + '1984': '77945', + '1985': '79853', + '1986': '81779', + '1987': '83738', + '1988': '85658', + '1989': '87432', + '1990': '89022', + '1991': '90347', + '1992': '91444', + '1993': '92579', + '1994': '94055', + '1995': '96083', + '1996': '98748', + '1997': '101945', + '1998': '105454', + '1999': '108953', + '2000': '112276', + '2001': '115714', + '2002': '118947', + '2003': '122042', + '2004': '125151', + '2005': '128361', + '2006': '131697', + '2007': '135116', + '2008': '138576', + '2009': '142037', + '2010': '145457', + '2011': '148887', + '2012': '152344', + '2013': '155852', + '2014': '159440', + '2015': '163138', + '2016': '166946', + '2017': '170858', + CountryName: 'Belize', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bz.svg' + }, + { + '1960': '225533', + '1961': '243036', + '1962': '262053', + '1963': '282715', + '1964': '305170', + '1965': '329545', + '1966': '356057', + '1967': '384830', + '1968': '416031', + '1969': '449720', + '1970': '486099', + '1971': '525276', + '1972': '567564', + '1973': '613051', + '1974': '662185', + '1975': '715202', + '1976': '772494', + '1977': '834085', + '1978': '900437', + '1979': '965278', + '1980': '1016236', + '1981': '1070018', + '1982': '1126940', + '1983': '1187099', + '1984': '1250621', + '1985': '1317607', + '1986': '1388168', + '1987': '1462441', + '1988': '1541340', + '1989': '1625791', + '1990': '1716834', + '1991': '1815044', + '1992': '1910225', + '1993': '1995344', + '1994': '2082662', + '1995': '2170765', + '1996': '2259203', + '1997': '2348391', + '1998': '2439225', + '1999': '2533357', + '2000': '2631925', + '2001': '2735157', + '2002': '2847830', + '2003': '2973327', + '2004': '3103024', + '2005': '3236233', + '2006': '3372954', + '2007': '3513642', + '2008': '3658706', + '2009': '3808656', + '2010': '3964237', + '2011': '4125667', + '2012': '4292992', + '2013': '4466187', + '2014': '4646096', + '2015': '4832681', + '2016': '5026155', + '2017': '5226648', + CountryName: 'Benin', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bj.svg' + }, + { + '1960': '44400', + '1961': '45500', + '1962': '46600', + '1963': '47700', + '1964': '48900', + '1965': '50100', + '1966': '51000', + '1967': '52000', + '1968': '53000', + '1969': '54000', + '1970': '55000', + '1971': '54600', + '1972': '54200', + '1973': '53800', + '1974': '53400', + '1975': '53000', + '1976': '53200', + '1977': '53400', + '1978': '53600', + '1979': '53800', + '1980': '54670', + '1981': '55050', + '1982': '55449', + '1983': '55930', + '1984': '56423', + '1985': '56898', + '1986': '57382', + '1987': '57849', + '1988': '58347', + '1989': '58841', + '1990': '59326', + '1991': '59021', + '1992': '58595', + '1993': '58910', + '1994': '59320', + '1995': '59746', + '1996': '60129', + '1997': '60497', + '1998': '60943', + '1999': '61285', + '2000': '61833', + '2001': '62504', + '2002': '62912', + '2003': '63325', + '2004': '63740', + '2005': '64154', + '2006': '64523', + '2007': '64888', + '2008': '65273', + '2009': '65636', + '2010': '65124', + '2011': '64564', + '2012': '64798', + '2013': '65001', + '2014': '65139', + '2015': '65239', + '2016': '65341', + '2017': '65441', + CountryName: 'Bermuda', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bm.svg' + }, + { + '1960': '8029', + '1961': '8681', + '1962': '9386', + '1963': '10154', + '1964': '10996', + '1965': '11927', + '1966': '12955', + '1967': '14091', + '1968': '15337', + '1969': '16694', + '1970': '18164', + '1971': '19755', + '1972': '21481', + '1973': '23343', + '1974': '25366', + '1975': '27565', + '1976': '29957', + '1977': '32543', + '1978': '35332', + '1979': '38304', + '1980': '41457', + '1981': '44754', + '1982': '48209', + '1983': '51895', + '1984': '55953', + '1985': '60458', + '1986': '65570', + '1987': '71262', + '1988': '77224', + '1989': '82959', + '1990': '88049', + '1991': '92203', + '1992': '95473', + '1993': '98299', + '1994': '101488', + '1995': '105740', + '1996': '111417', + '1997': '118446', + '1998': '126740', + '1999': '135946', + '2000': '145751', + '2001': '156126', + '2002': '167184', + '2003': '178851', + '2004': '191028', + '2005': '203328', + '2006': '213177', + '2007': '223048', + '2008': '232968', + '2009': '242987', + '2010': '253168', + '2011': '263510', + '2012': '273862', + '2013': '284175', + '2014': '294414', + '2015': '304545', + '2016': '314543', + '2017': '324393', + CountryName: 'Bhutan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bt.svg' + }, + { + '1960': '1357786', + '1961': '1395202', + '1962': '1433798', + '1963': '1473628', + '1964': '1514810', + '1965': '1557286', + '1966': '1601227', + '1967': '1646632', + '1968': '1693563', + '1969': '1742044', + '1970': '1792218', + '1971': '1844009', + '1972': '1897509', + '1973': '1952801', + '1974': '2010085', + '1975': '2069524', + '1976': '2131079', + '1977': '2221487', + '1978': '2324287', + '1979': '2430642', + '1980': '2540518', + '1981': '2653552', + '1982': '2770078', + '1983': '2889746', + '1984': '3012564', + '1985': '3138013', + '1986': '3266233', + '1987': '3397152', + '1988': '3531295', + '1989': '3668833', + '1990': '3810495', + '1991': '3956298', + '1992': '4103656', + '1993': '4224565', + '1994': '4348565', + '1995': '4475711', + '1996': '4605924', + '1997': '4739199', + '1998': '4875066', + '1999': '5013057', + '2000': '5152734', + '2001': '5293751', + '2002': '5432830', + '2003': '5572414', + '2004': '5713437', + '2005': '5855775', + '2006': '5999633', + '2007': '6144681', + '2008': '6291265', + '2009': '6439212', + '2010': '6588688', + '2011': '6739791', + '2012': '6892386', + '2013': '7040875', + '2014': '7187232', + '2015': '7334947', + '2016': '7484112', + '2017': '7634445', + CountryName: 'Bolivia', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bo.svg' + }, + { + '1960': '614167', + '1961': '647394', + '1962': '685299', + '1963': '724833', + '1964': '765518', + '1965': '806727', + '1966': '848311', + '1967': '890331', + '1968': '933087', + '1969': '977062', + '1970': '1022901', + '1971': '1069057', + '1972': '1112020', + '1973': '1156160', + '1974': '1201235', + '1975': '1246859', + '1976': '1292835', + '1977': '1339106', + '1978': '1386246', + '1979': '1434929', + '1980': '1485646', + '1981': '1532011', + '1982': '1561402', + '1983': '1591113', + '1984': '1621131', + '1985': '1650958', + '1986': '1681899', + '1987': '1713034', + '1988': '1739343', + '1989': '1753764', + '1990': '1751849', + '1991': '1730193', + '1992': '1690871', + '1993': '1643212', + '1994': '1599507', + '1995': '1568888', + '1996': '1554869', + '1997': '1555082', + '1998': '1566015', + '1999': '1581423', + '2000': '1596481', + '2001': '1610263', + '2002': '1624126', + '2003': '1637548', + '2004': '1650456', + '2005': '1662550', + '2006': '1673624', + '2007': '1683242', + '2008': '1690609', + '2009': '1694907', + '2010': '1695707', + '2011': '1692377', + '2012': '1685432', + '2013': '1677009', + '2014': '1670315', + '2015': '1668019', + '2016': '1671121', + '2017': '1679019', + CountryName: 'Bosnia and Herzegovina', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ba.svg' + }, + { + '1960': '16051', + '1961': '16639', + '1962': '17263', + '1963': '17927', + '1964': '19271', + '1965': '22926', + '1966': '27270', + '1967': '32443', + '1968': '38596', + '1969': '45875', + '1970': '54493', + '1971': '64663', + '1972': '72018', + '1973': '79779', + '1974': '88446', + '1975': '98143', + '1976': '108990', + '1977': '121052', + '1978': '134398', + '1979': '149031', + '1980': '164981', + '1981': '182259', + '1982': '209680', + '1983': '241894', + '1984': '277910', + '1985': '317779', + '1986': '361700', + '1987': '409650', + '1988': '461716', + '1989': '517738', + '1990': '577800', + '1991': '641666', + '1992': '676133', + '1993': '706781', + '1994': '737697', + '1995': '768558', + '1996': '799303', + '1997': '829904', + '1998': '860274', + '1999': '890252', + '2000': '919805', + '2001': '948753', + '2002': '971320', + '2003': '992910', + '2004': '1015059', + '2005': '1038238', + '2006': '1062710', + '2007': '1108982', + '2008': '1156989', + '2009': '1206481', + '2010': '1257518', + '2011': '1310088', + '2012': '1353208', + '2013': '1395705', + '2014': '1439239', + '2015': '1483586', + '2016': '1528669', + '2017': '1574371', + CountryName: 'Botswana', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bw.svg' + }, + { + '1960': '33315843', + '1961': '35036038', + '1962': '36830967', + '1963': '38699975', + '1964': '40632217', + '1965': '42614884', + '1966': '44649390', + '1967': '46735257', + '1968': '48873647', + '1969': '51058529', + '1970': '53296257', + '1971': '55601915', + '1972': '57962113', + '1973': '60375977', + '1974': '62858800', + '1975': '65416319', + '1976': '68051067', + '1977': '70755737', + '1978': '73536292', + '1979': '76391349', + '1980': '79320872', + '1981': '82319314', + '1982': '85387337', + '1983': '88504411', + '1984': '91645752', + '1985': '94786163', + '1986': '97923276', + '1987': '101051513', + '1988': '104173596', + '1989': '107289048', + '1990': '110404093', + '1991': '113511305', + '1992': '116609474', + '1993': '119705248', + '1994': '122818031', + '1995': '125958401', + '1996': '129130417', + '1997': '132441101', + '1998': '135763838', + '1999': '139064280', + '2000': '142319498', + '2001': '144961004', + '2002': '147507656', + '2003': '150005801', + '2004': '152448023', + '2005': '154831127', + '2006': '157150590', + '2007': '159407908', + '2008': '161618007', + '2009': '163798391', + '2010': '165968133', + '2011': '168150531', + '2012': '170322404', + '2013': '172470371', + '2014': '174585892', + '2015': '176653700', + '2016': '178668678', + '2017': '180634620', + CountryName: 'Brazil', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/br.svg' + }, + { + '1960': 982, + '1961': '1029', + '1962': '1080', + '1963': '1135', + '1964': '1195', + '1965': '1259', + '1966': '1327', + '1967': '1400', + '1968': '1476', + '1969': '1552', + '1970': '1631', + '1971': '1712', + '1972': '1795', + '1973': '1878', + '1974': '1959', + '1975': '2040', + '1976': '2117', + '1977': '2193', + '1978': '2275', + '1979': '2373', + '1980': '2502', + '1981': '2720', + '1982': '2974', + '1983': '3265', + '1984': '3595', + '1985': '3955', + '1986': '4358', + '1987': '4792', + '1988': '5262', + '1989': '5744', + '1990': '6225', + '1991': '6661', + '1992': '6869', + '1993': '7059', + '1994': '7246', + '1995': '7447', + '1996': '7662', + '1997': '7892', + '1998': '8131', + '1999': '8378', + '2000': '8624', + '2001': '8866', + '2002': '9113', + '2003': '9375', + '2004': '9672', + '2005': '10011', + '2006': '10403', + '2007': '10840', + '2008': '11305', + '2009': '11763', + '2010': '12200', + '2011': '12598', + '2012': '12972', + '2013': '13324', + '2014': '13674', + '2015': '14028', + '2016': '14397', + '2017': '14767', + CountryName: 'British Virgin Islands', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/vg.svg' + }, + { + '1960': '35478', + '1961': '38713', + '1962': '42135', + '1963': '45777', + '1964': '49683', + '1965': '53901', + '1966': '58454', + '1967': '63334', + '1968': '68550', + '1969': '74078', + '1970': '79920', + '1971': '86067', + '1972': '90552', + '1973': '94913', + '1974': '99333', + '1975': '103781', + '1976': '108244', + '1977': '112722', + '1978': '117177', + '1979': '121597', + '1980': '125968', + '1981': '130253', + '1982': '134496', + '1983': '138735', + '1984': '143043', + '1985': '147498', + '1986': '152086', + '1987': '156816', + '1988': '161692', + '1989': '166729', + '1990': '171932', + '1991': '177299', + '1992': '183769', + '1993': '190475', + '1994': '197242', + '1995': '204004', + '1996': '210724', + '1997': '217384', + '1998': '223998', + '1999': '230585', + '2000': '237148', + '2001': '243701', + '2002': '249904', + '2003': '255928', + '2004': '261711', + '2005': '267161', + '2006': '272241', + '2007': '276995', + '2008': '281602', + '2009': '286325', + '2010': '291345', + '2011': '296731', + '2012': '302433', + '2013': '308332', + '2014': '314262', + '2015': '320100', + '2016': '325819', + '2017': '331434', + CountryName: 'Brunei Darussalam', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bn.svg' + }, + { + '1960': '2918796', + '1961': '3080500', + '1962': '3244762', + '1963': '3411401', + '1964': '3582451', + '1965': '3753817', + '1966': '3900528', + '1967': '4030377', + '1968': '4165384', + '1969': '4304295', + '1970': '4440047', + '1971': '4555020', + '1972': '4667082', + '1973': '4782137', + '1974': '4905140', + '1975': '5019834', + '1976': '5126058', + '1977': '5232150', + '1978': '5317153', + '1979': '5402887', + '1980': '5503013', + '1981': '5566106', + '1982': '5627272', + '1983': '5685942', + '1984': '5743706', + '1985': '5787617', + '1986': '5822722', + '1987': '5862424', + '1988': '5900092', + '1989': '5861908', + '1990': '5786939', + '1991': '5759256', + '1992': '5726692', + '1993': '5704408', + '1994': '5704237', + '1995': '5697800', + '1996': '5687307', + '1997': '5671407', + '1998': '5652100', + '1999': '5638810', + '2000': '5629167', + '2001': '5539603', + '2002': '5448708', + '2003': '5433321', + '2004': '5419782', + '2005': '5406009', + '2006': '5391557', + '2007': '5378166', + '2008': '5366322', + '2009': '5357245', + '2010': '5347166', + '2011': '5337678', + '2012': '5331472', + '2013': '5326274', + '2014': '5320503', + '2015': '5310996', + '2016': '5298039', + '2017': '5283572', + CountryName: 'Bulgaria', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bg.svg' + }, + { + '1960': '226977', + '1961': '234744', + '1962': '242709', + '1963': '251039', + '1964': '259788', + '1965': '268990', + '1966': '278745', + '1967': '289111', + '1968': '299959', + '1969': '311347', + '1970': '323190', + '1971': '335447', + '1972': '348345', + '1973': '361759', + '1974': '375811', + '1975': '390629', + '1976': '418353', + '1977': '457588', + '1978': '500783', + '1979': '548277', + '1980': '600751', + '1981': '658561', + '1982': '722340', + '1983': '792524', + '1984': '869407', + '1985': '953160', + '1986': '1017667', + '1987': '1064070', + '1988': '1112726', + '1989': '1163681', + '1990': '1217244', + '1991': '1273347', + '1992': '1332276', + '1993': '1393993', + '1994': '1458745', + '1995': '1526699', + '1996': '1598129', + '1997': '1693155', + '1998': '1810936', + '1999': '1936788', + '2000': '2071321', + '2001': '2214526', + '2002': '2367405', + '2003': '2530418', + '2004': '2704755', + '2005': '2890681', + '2006': '3089300', + '2007': '3277395', + '2008': '3457080', + '2009': '3645825', + '2010': '3844033', + '2011': '4051997', + '2012': '4269905', + '2013': '4497980', + '2014': '4736607', + '2015': '4985855', + '2016': '5245987', + '2017': '5516754', + CountryName: 'Burkina Faso', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bf.svg' + }, + { + '1960': '57867', + '1961': '60059', + '1962': '62330', + '1963': '64692', + '1964': '67232', + '1965': '70606', + '1966': '75508', + '1967': '80883', + '1968': '86587', + '1969': '92459', + '1970': '98312', + '1971': '104110', + '1972': '109901', + '1973': '115800', + '1974': '122200', + '1975': '129420', + '1976': '137545', + '1977': '146657', + '1978': '156746', + '1979': '167676', + '1980': '178629', + '1981': '190170', + '1982': '202542', + '1983': '215763', + '1984': '230073', + '1985': '245495', + '1986': '262268', + '1987': '280311', + '1988': '299426', + '1989': '319283', + '1990': '339601', + '1991': '357739', + '1992': '375730', + '1993': '393782', + '1994': '411835', + '1995': '429924', + '1996': '447767', + '1997': '465620', + '1998': '484391', + '1999': '504576', + '2000': '527802', + '2001': '554689', + '2002': '585303', + '2003': '619383', + '2004': '656404', + '2005': '695933', + '2006': '738137', + '2007': '783159', + '2008': '830917', + '2009': '880822', + '2010': '932977', + '2011': '987099', + '2012': '1043248', + '2013': '1102293', + '2014': '1164857', + '2015': '1231868', + '2016': '1303728', + '2017': '1380411', + CountryName: 'Burundi', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/bi.svg' + }, + { + '1960': '33743', + '1961': '34905', + '1962': '36320', + '1963': '37965', + '1964': '39815', + '1965': '41826', + '1966': '44029', + '1967': '46409', + '1968': '48808', + '1969': '51008', + '1970': '52848', + '1971': '54325', + '1972': '55475', + '1973': '56373', + '1974': '57266', + '1975': '58350', + '1976': '59689', + '1977': '61245', + '1978': '63028', + '1979': '65012', + '1980': '67416', + '1981': '72886', + '1982': '78885', + '1983': '85347', + '1984': '92176', + '1985': '99247', + '1986': '108494', + '1987': '118115', + '1988': '128249', + '1989': '139115', + '1990': '150839', + '1991': '157624', + '1992': '165084', + '1993': '173075', + '1994': '181365', + '1995': '189769', + '1996': '198206', + '1997': '206688', + '1998': '215222', + '1999': '223821', + '2000': '232484', + '2001': '240898', + '2002': '249318', + '2003': '257669', + '2004': '265848', + '2005': '273773', + '2006': '281405', + '2007': '288764', + '2008': '295988', + '2009': '303227', + '2010': '310579', + '2011': '316638', + '2012': '322887', + '2013': '329316', + '2014': '335919', + '2015': '342663', + '2016': '349549', + '2017': '356578', + CountryName: 'Cabo Verde', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cv.svg' + }, + { + '1960': '588546', + '1961': '604509', + '1962': '622930', + '1963': '649108', + '1964': '675073', + '1965': '700397', + '1966': '724324', + '1967': '808790', + '1968': '900960', + '1969': '1002916', + '1970': '1117077', + '1971': '1335972', + '1972': '1592747', + '1973': '1881408', + '1974': '2188255', + '1975': '336786', + '1976': '356818', + '1977': '373095', + '1978': '387981', + '1979': '406056', + '1980': '662385', + '1981': '859855', + '1982': '901498', + '1983': '955167', + '1984': '1014595', + '1985': '1074495', + '1986': '1133517', + '1987': '1193261', + '1988': '1255202', + '1989': '1321707', + '1990': '1394996', + '1991': '1475422', + '1992': '1561955', + '1993': '1653438', + '1994': '1748044', + '1995': '1844237', + '1996': '1941642', + '1997': '2040036', + '1998': '2128765', + '1999': '2194908', + '2000': '2258637', + '2001': '2319635', + '2002': '2377856', + '2003': '2433996', + '2004': '2489226', + '2005': '2544428', + '2006': '2599633', + '2007': '2655056', + '2008': '2716554', + '2009': '2808178', + '2010': '2903816', + '2011': '3003963', + '2012': '3108609', + '2013': '3217109', + '2014': '3328880', + '2015': '3443053', + '2016': '3559458', + '2017': '3678035', + CountryName: 'Cambodia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kh.svg' + }, + { + '1960': '721416', + '1961': '765724', + '1962': '813120', + '1963': '863766', + '1964': '917809', + '1965': '975298', + '1966': '1036625', + '1967': '1102048', + '1968': '1171813', + '1969': '1245992', + '1970': '1325110', + '1971': '1445641', + '1972': '1576284', + '1973': '1717421', + '1974': '1870202', + '1975': '2035263', + '1976': '2199443', + '1977': '2325390', + '1978': '2459014', + '1979': '2600711', + '1980': '2751065', + '1981': '2910165', + '1982': '3078469', + '1983': '3256259', + '1984': '3443890', + '1985': '3641324', + '1986': '3849128', + '1987': '4058273', + '1988': '4248463', + '1989': '4444468', + '1990': '4645904', + '1991': '4852634', + '1992': '5064953', + '1993': '5282049', + '1994': '5504091', + '1995': '5730749', + '1996': '5962015', + '1997': '6198081', + '1998': '6440913', + '1999': '6693011', + '2000': '6956192', + '2001': '7230870', + '2002': '7517754', + '2003': '7817313', + '2004': '8130183', + '2005': '8456228', + '2006': '8796382', + '2007': '9150970', + '2008': '9519679', + '2009': '9901657', + '2010': '10296588', + '2011': '10704286', + '2012': '11124963', + '2013': '11558305', + '2014': '12004211', + '2015': '12462625', + '2016': '12933510', + '2017': '13416447', + CountryName: 'Cameroon', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cm.svg' + }, + { + '1960': '12368141', + '1961': '12729040', + '1962': '13121753', + '1963': '13522659', + '1964': '13934678', + '1965': '14343688', + '1966': '14763748', + '1967': '15136519', + '1968': '15487885', + '1969': '15804855', + '1970': '16132459', + '1971': '16470088', + '1972': '16708781', + '1973': '16967420', + '1974': '17247044', + '1975': '17548557', + '1976': '17756796', + '1977': '17976212', + '1978': '18167130', + '1979': '18358996', + '1980': '18607802', + '1981': '18852288', + '1982': '19121765', + '1983': '19355470', + '1984': '19583639', + '1985': '19807755', + '1986': '20046584', + '1987': '20316591', + '1988': '20585971', + '1989': '20961910', + '1990': '21282904', + '1991': '21585143', + '1992': '21927863', + '1993': '22245552', + '1994': '22536691', + '1995': '22800720', + '1996': '23129543', + '1997': '23491972', + '1998': '23812357', + '1999': '24125782', + '2000': '24455142', + '2001': '24806464', + '2002': '25054475', + '2003': '25330347', + '2004': '25610398', + '2005': '25889021', + '2006': '26125779', + '2007': '26440579', + '2008': '26788779', + '2009': '27157761', + '2010': '27522849', + '2011': '27850621', + '2012': '28195550', + '2013': '28535991', + '2014': '28861099', + '2015': '29117142', + '2016': '29483123', + '2017': '29862026', + CountryName: 'Canada', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ca.svg' + }, + { + '1960': '7865', + '1961': '8026', + '1962': '8146', + '1963': '8227', + '1964': '8298', + '1965': '8369', + '1966': '8441', + '1967': '8521', + '1968': '8631', + '1969': '8827', + '1970': '9144', + '1971': '9581', + '1972': '10136', + '1973': '10784', + '1974': '11498', + '1975': '12244', + '1976': '13022', + '1977': '13841', + '1978': '14661', + '1979': '15444', + '1980': '16162', + '1981': '16789', + '1982': '17356', + '1983': '17906', + '1984': '18543', + '1985': '19313', + '1986': '20251', + '1987': '21339', + '1988': '22538', + '1989': '23776', + '1990': '25010', + '1991': '26213', + '1992': '27404', + '1993': '28646', + '1994': '30055', + '1995': '31672', + '1996': '33536', + '1997': '35597', + '1998': '37740', + '1999': '39808', + '2000': '41687', + '2001': '43316', + '2002': '44738', + '2003': '46028', + '2004': '47299', + '2005': '48622', + '2006': '50031', + '2007': '51483', + '2008': '52926', + '2009': '54279', + '2010': '55507', + '2011': '56579', + '2012': '57523', + '2013': '58371', + '2014': '59172', + '2015': '59963', + '2016': '60765', + '2017': '61559', + CountryName: 'Cayman Islands', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ky.svg' + }, + { + '1960': '302205', + '1961': '317330', + '1962': '333406', + '1963': '350454', + '1964': '368614', + '1965': '387789', + '1966': '408133', + '1967': '429651', + '1968': '453142', + '1969': '477537', + '1970': '502749', + '1971': '528725', + '1972': '555615', + '1973': '583628', + '1974': '613300', + '1975': '644974', + '1976': '671828', + '1977': '694277', + '1978': '718321', + '1979': '744243', + '1980': '772267', + '1981': '802652', + '1982': '835275', + '1983': '869207', + '1984': '903111', + '1985': '935995', + '1986': '967354', + '1987': '997564', + '1988': '1027735', + '1989': '1055533', + '1990': '1082574', + '1991': '1112577', + '1992': '1145046', + '1993': '1179215', + '1994': '1213907', + '1995': '1248269', + '1996': '1281974', + '1997': '1315263', + '1998': '1348120', + '1999': '1380786', + '2000': '1413339', + '2001': '1445507', + '2002': '1477155', + '2003': '1508414', + '2004': '1539535', + '2005': '1571454', + '2006': '1604777', + '2007': '1639299', + '2008': '1673234', + '2009': '1704173', + '2010': '1730654', + '2011': '1751742', + '2012': '1768685', + '2013': '1784697', + '2014': '1804305', + '2015': '1831033', + '2016': '1866243', + '2017': '1909291', + CountryName: 'Central African Republic', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cf.svg' + }, + { + '1960': '200957', + '1961': '213062', + '1962': '225945', + '1963': '239626', + '1964': '255727', + '1965': '278203', + '1966': '302416', + '1967': '328505', + '1968': '356794', + '1969': '387597', + '1970': '421486', + '1971': '458794', + '1972': '499778', + '1973': '542457', + '1974': '588088', + '1975': '636330', + '1976': '687166', + '1977': '740747', + '1978': '797759', + '1979': '821900', + '1980': '847677', + '1981': '875102', + '1982': '904328', + '1983': '935734', + '1984': '969903', + '1985': '1007055', + '1986': '1047710', + '1987': '1091731', + '1988': '1138870', + '1989': '1188341', + '1990': '1239682', + '1991': '1292932', + '1992': '1348229', + '1993': '1403423', + '1994': '1451945', + '1995': '1503265', + '1996': '1557278', + '1997': '1613896', + '1998': '1673750', + '1999': '1737360', + '2000': '1805079', + '2001': '1877275', + '2002': '1953547', + '2003': '2032918', + '2004': '2113682', + '2005': '2194709', + '2006': '2275451', + '2007': '2356432', + '2008': '2438427', + '2009': '2523021', + '2010': '2613401', + '2011': '2710139', + '2012': '2813171', + '2013': '2921961', + '2014': '3035755', + '2015': '3154219', + '2016': '3277403', + '2017': '3405841', + CountryName: 'Chad', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/td.svg' + }, + { + '1960': '5234650', + '1961': '5417381', + '1962': '5601416', + '1963': '5789685', + '1964': '5982101', + '1965': '6178100', + '1966': '6378021', + '1967': '6581183', + '1968': '6786313', + '1969': '6991199', + '1970': '7194609', + '1971': '7394942', + '1972': '7593535', + '1973': '7790200', + '1974': '7985511', + '1975': '8179998', + '1976': '8373542', + '1977': '8566301', + '1978': '8759492', + '1979': '8954618', + '1980': '9153020', + '1981': '9354703', + '1982': '9551237', + '1983': '9716331', + '1984': '9887209', + '1985': '10064453', + '1986': '10248469', + '1987': '10438657', + '1988': '10633284', + '1989': '10830038', + '1990': '11026856', + '1991': '11223072', + '1992': '11424062', + '1993': '11647003', + '1994': '11868191', + '1995': '12087071', + '1996': '12303000', + '1997': '12515885', + '1998': '12725607', + '1999': '12932708', + '2000': '13137110', + '2001': '13338739', + '2002': '13531005', + '2003': '13692673', + '2004': '13853259', + '2005': '14012907', + '2006': '14172434', + '2007': '14331276', + '2008': '14489058', + '2009': '14644476', + '2010': '14796793', + '2011': '14946063', + '2012': '15092194', + '2013': '15235753', + '2014': '15377374', + '2015': '15517478', + '2016': '15657065', + '2017': '15796080', + CountryName: 'Chile', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cl.svg' + }, + { + '1960': '108085352', + '1961': '110327936', + '1962': '114685540', + '1963': '121162226', + '1964': '127791981', + '1965': '129348359', + '1966': '131746910', + '1967': '134196718', + '1968': '136747486', + '1969': '139527262', + '1970': '142386810', + '1971': '145443877', + '1972': '148131235', + '1973': '151552570', + '1974': '155688522', + '1975': '159452730', + '1976': '162497601', + '1977': '165293316', + '1978': '171153535', + '1979': '180399661', + '1980': '189947471', + '1981': '199949784', + '1982': '210823843', + '1983': '220472140', + '1984': '230206255', + '1985': '240414890', + '1986': '251325056', + '1987': '262976051', + '1988': '275121076', + '1989': '287504237', + '1990': '300165618', + '1991': '314301034', + '1992': '328521540', + '1993': '342961393', + '1994': '357836540', + '1995': '373035157', + '1996': '388593258', + '1997': '404485562', + '1998': '420606126', + '1999': '436766058', + '2000': '452999147', + '2001': '471767321', + '2002': '491993700', + '2003': '512473984', + '2004': '533257098', + '2005': '554367818', + '2006': '575118254', + '2007': '595670841', + '2008': '616481190', + '2009': '637407288', + '2010': '658498663', + '2011': '678933504', + '2012': '699187267', + '2013': '719587859', + '2014': '740239259', + '2015': '761027100', + '2016': '782199374', + '2017': '803554542', + CountryName: 'China', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cn.svg' + }, + { + '1960': '7625144', + '1961': '8100904', + '1962': '8600109', + '1963': '9122091', + '1964': '9667644', + '1965': '10111979', + '1966': '10568140', + '1967': '11039636', + '1968': '11522241', + '1969': '12008495', + '1970': '12494369', + '1971': '12977019', + '1972': '13458246', + '1973': '13941915', + '1974': '14429675', + '1975': '14929940', + '1976': '15448037', + '1977': '15981650', + '1978': '16531786', + '1979': '17098052', + '1980': '17679583', + '1981': '18276408', + '1982': '18888845', + '1983': '19514217', + '1984': '20148512', + '1985': '20788375', + '1986': '21398001', + '1987': '21997026', + '1988': '22598794', + '1989': '23203556', + '1990': '23812226', + '1991': '24423929', + '1992': '25038646', + '1993': '25652963', + '1994': '26265492', + '1995': '26874728', + '1996': '27480157', + '1997': '28080529', + '1998': '28679315', + '1999': '29279116', + '2000': '29881555', + '2001': '30487141', + '2002': '31094976', + '2003': '31703054', + '2004': '32308012', + '2005': '32907470', + '2006': '33500574', + '2007': '34086771', + '2008': '34665788', + '2009': '35237052', + '2010': '35799585', + '2011': '36352646', + '2012': '36896190', + '2013': '37429834', + '2014': '37953946', + '2015': '38469138', + '2016': '38975281', + '2017': '39471325', + CountryName: 'Colombia', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/co.svg' + }, + { + '1960': '23988', + '1961': '25914', + '1962': '27980', + '1963': '30204', + '1964': '32609', + '1965': '35216', + '1966': '38066', + '1967': '39596', + '1968': '41214', + '1969': '42891', + '1970': '44607', + '1971': '46342', + '1972': '48122', + '1973': '50024', + '1974': '52169', + '1975': '54646', + '1976': '57512', + '1977': '60737', + '1978': '64235', + '1979': '67848', + '1980': '71463', + '1981': '75111', + '1982': '78778', + '1983': '82505', + '1984': '86387', + '1985': '90501', + '1986': '94871', + '1987': '99486', + '1988': '104335', + '1989': '109411', + '1990': '114707', + '1991': '120236', + '1992': '124104', + '1993': '127549', + '1994': '131037', + '1995': '134541', + '1996': '138071', + '1997': '141616', + '1998': '145174', + '1999': '148733', + '2000': '152294', + '2001': '155849', + '2002': '159409', + '2003': '162990', + '2004': '166645', + '2005': '170491', + '2006': '174541', + '2007': '178800', + '2008': '183275', + '2009': '187979', + '2010': '192928', + '2011': '198122', + '2012': '203573', + '2013': '209274', + '2014': '215195', + '2015': '221333', + '2016': '227693', + '2017': '234276', + CountryName: 'Comoros', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/km.svg' + }, + { + '1960': '3400360', + '1961': '3522087', + '1962': '3649227', + '1963': '3782293', + '1964': '3922386', + '1965': '4070458', + '1966': '4227193', + '1967': '4392209', + '1968': '4564512', + '1969': '4742135', + '1970': '4924045', + '1971': '5109255', + '1972': '5298832', + '1973': '5494101', + '1974': '5698346', + '1975': '5913608', + '1976': '6141379', + '1977': '6381228', + '1978': '6629703', + '1979': '6882261', + '1980': '7135492', + '1981': '7389075', + '1982': '7645273', + '1983': '7907917', + '1984': '8183134', + '1985': '8520667', + '1986': '8877409', + '1987': '9254003', + '1988': '9660247', + '1989': '10107232', + '1990': '10603485', + '1991': '11157659', + '1992': '11766277', + '1993': '12405780', + '1994': '13044652', + '1995': '13659210', + '1996': '14237886', + '1997': '14789168', + '1998': '15335013', + '1999': '15908019', + '2000': '16534169', + '2001': '17222093', + '2002': '17968282', + '2003': '18770723', + '2004': '19622660', + '2005': '20521401', + '2006': '21469947', + '2007': '22473236', + '2008': '23531217', + '2009': '24646110', + '2010': '25817693', + '2011': '27048361', + '2012': '28337822', + '2013': '29686725', + '2014': '31096302', + '2015': '32566435', + '2016': '34098266', + '2017': '35691987', + CountryName: 'Congo, Dem. Rep.', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cd.svg' + }, + { + '1960': '327772', + '1961': '343899', + '1962': '360948', + '1963': '378922', + '1964': '397859', + '1965': '417744', + '1966': '438638', + '1967': '460577', + '1968': '483707', + '1969': '508128', + '1970': '534037', + '1971': '561518', + '1972': '590578', + '1973': '621069', + '1974': '653437', + '1975': '687914', + '1976': '723593', + '1977': '760471', + '1978': '798779', + '1979': '838735', + '1980': '880538', + '1981': '924242', + '1982': '969880', + '1983': '1017301', + '1984': '1066329', + '1985': '1111143', + '1986': '1151831', + '1987': '1193487', + '1988': '1236224', + '1989': '1280248', + '1990': '1325754', + '1991': '1372830', + '1992': '1421544', + '1993': '1472040', + '1994': '1524489', + '1995': '1579144', + '1996': '1636319', + '1997': '1697466', + '1998': '1760969', + '1999': '1826324', + '2000': '1893340', + '2001': '1961498', + '2002': '2031259', + '2003': '2104173', + '2004': '2182480', + '2005': '2267682', + '2006': '2360787', + '2007': '2461018', + '2008': '2565809', + '2009': '2671331', + '2010': '2774847', + '2011': '2875151', + '2012': '2973183', + '2013': '3070683', + '2014': '3170356', + '2015': '3274298', + '2016': '3383093', + '2017': '3496242', + CountryName: 'Congo, Rep.', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cg.svg' + }, + { + '1960': '456620', + '1961': '474398', + '1962': '492867', + '1963': '513730', + '1964': '540992', + '1965': '568941', + '1966': '597591', + '1967': '626924', + '1968': '656840', + '1969': '687171', + '1970': '717859', + '1971': '748808', + '1972': '780143', + '1973': '811369', + '1974': '838729', + '1975': '867257', + '1976': '897131', + '1977': '928260', + '1978': '960759', + '1979': '994596', + '1980': '1029769', + '1981': '1066319', + '1982': '1104347', + '1983': '1143609', + '1984': '1184720', + '1985': '1240754', + '1986': '1298341', + '1987': '1357522', + '1988': '1418599', + '1989': '1481975', + '1990': '1548090', + '1991': '1616945', + '1992': '1688410', + '1993': '1762146', + '1994': '1837985', + '1995': '1915596', + '1996': '1994999', + '1997': '2075842', + '1998': '2157348', + '1999': '2238302', + '2000': '2318053', + '2001': '2414466', + '2002': '2509150', + '2003': '2602663', + '2004': '2695950', + '2005': '2789642', + '2006': '2884091', + '2007': '2978842', + '2008': '3073636', + '2009': '3167592', + '2010': '3260602', + '2011': '3352273', + '2012': '3441537', + '2013': '3528389', + '2014': '3612950', + '2015': '3695411', + '2016': '3775802', + '2017': '3853972', + CountryName: 'Costa Rica', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cr.svg' + }, + { + '1960': '629193', + '1961': '698611', + '1962': '776280', + '1963': '862340', + '1964': '956623', + '1965': '1058839', + '1966': '1131045', + '1967': '1207206', + '1968': '1288770', + '1969': '1377865', + '1970': '1476416', + '1971': '1585392', + '1972': '1705063', + '1973': '1835010', + '1974': '1974879', + '1975': '2129889', + '1976': '2325707', + '1977': '2535857', + '1978': '2761273', + '1979': '2905057', + '1980': '3054478', + '1981': '3209513', + '1982': '3369971', + '1983': '3535010', + '1984': '3703735', + '1985': '3875372', + '1986': '4049189', + '1987': '4225595', + '1988': '4410678', + '1989': '4614463', + '1990': '4826748', + '1991': '5047907', + '1992': '5276791', + '1993': '5511893', + '1994': '5751043', + '1995': '5992272', + '1996': '6236074', + '1997': '6481754', + '1998': '6725837', + '1999': '6966883', + '2000': '7201085', + '2001': '7424053', + '2002': '7638315', + '2003': '7849457', + '2004': '8066046', + '2005': '8294243', + '2006': '8536666', + '2007': '8793084', + '2008': '9064809', + '2009': '9352149', + '2010': '9655950', + '2011': '9977720', + '2012': '10317769', + '2013': '10674090', + '2014': '11043516', + '2015': '11425753', + '2016': '11819761', + '2017': '12226576', + CountryName: "Cote d'Ivoire", + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ci.svg' + }, + { + '1960': '1248376', + '1961': '1294887', + '1962': '1344715', + '1963': '1395476', + '1964': '1447098', + '1965': '1499464', + '1966': '1552551', + '1967': '1606732', + '1968': '1661637', + '1969': '1716633', + '1970': '1773046', + '1971': '1825801', + '1972': '1864764', + '1973': '1903643', + '1974': '1942074', + '1975': '1980021', + '1976': '2017889', + '1977': '2049688', + '1978': '2091705', + '1979': '2129949', + '1980': '2169436', + '1981': '2206633', + '1982': '2235785', + '1983': '2263668', + '1984': '2290252', + '1985': '2316982', + '1986': '2343859', + '1987': '2369384', + '1988': '2394579', + '1989': '2416249', + '1990': '2439569', + '1991': '2316201', + '1992': '2305984', + '1993': '2404355', + '1994': '2420232', + '1995': '2440907', + '1996': '2359754', + '1997': '2411227', + '1998': '2384090', + '1999': '2422637', + '2000': '2364723', + '2001': '2381705', + '2002': '2389164', + '2003': '2396668', + '2004': '2403585', + '2005': '2412672', + '2006': '2419045', + '2007': '2424318', + '2008': '2430953', + '2009': '2435417', + '2010': '2436627', + '2011': '2368126', + '2012': '2368751', + '2013': '2370674', + '2014': '2370234', + '2015': '2360534', + '2016': '2354458', + '2017': '2337910', + CountryName: 'Croatia', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/hr.svg' + }, + { + '1960': '4170494', + '1961': '4270963', + '1962': '4379048', + '1963': '4492010', + '1964': '4606097', + '1965': '4718438', + '1966': '4827571', + '1967': '4934081', + '1968': '5039162', + '1969': '5144852', + '1970': '5252256', + '1971': '5408547', + '1972': '5577635', + '1973': '5745493', + '1974': '5908089', + '1975': '6061745', + '1976': '6205494', + '1977': '6339812', + '1978': '6465748', + '1979': '6584614', + '1980': '6698346', + '1981': '6805577', + '1982': '6889772', + '1983': '6969238', + '1984': '7055315', + '1985': '7152167', + '1986': '7263065', + '1987': '7385975', + '1988': '7515623', + '1989': '7643407', + '1990': '7763438', + '1991': '7856503', + '1992': '7924120', + '1993': '7985177', + '1994': '8043213', + '1995': '8100682', + '1996': '8157843', + '1997': '8218414', + '1998': '8282030', + '1999': '8342391', + '2000': '8399069', + '2001': '8451992', + '2002': '8501560', + '2003': '8540153', + '2004': '8567495', + '2005': '8591153', + '2006': '8610780', + '2007': '8626974', + '2008': '8642122', + '2009': '8659296', + '2010': '8680777', + '2011': '8707768', + '2012': '8739326', + '2013': '8767626', + '2014': '8792719', + '2015': '8813383', + '2016': '8828473', + '2017': '8840528', + CountryName: 'Cuba', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cu.svg' + }, + { + '1960': '93258', + '1961': '94722', + '1962': '96940', + '1963': '99290', + '1964': '101532', + '1965': '103656', + '1966': '105249', + '1967': '106879', + '1968': '109059', + '1969': '111346', + '1970': '113545', + '1971': '116141', + '1972': '116907', + '1973': '116777', + '1974': '118424', + '1975': '119543', + '1976': '120253', + '1977': '120788', + '1978': '120361', + '1979': '120434', + '1980': '121052', + '1981': '121992', + '1982': '123658', + '1983': '124984', + '1984': '126083', + '1985': '127169', + '1986': '127569', + '1987': '126993', + '1988': '125566', + '1989': '124022', + '1990': '123122', + '1991': '122666', + '1992': '122964', + '1993': '124420', + '1994': '125783', + '1995': '127258', + '1996': '129273', + '1997': '130794', + '1998': '129469', + '1999': '125761', + '2000': '121481', + '2001': '117447', + '2002': '117440', + '2003': '119730', + '2004': '121652', + '2005': '124627', + '2006': '127696', + '2007': '130064', + '2008': '131527', + '2009': '132200', + '2010': '133691', + '2011': '135409', + '2012': '136353', + '2013': '137738', + '2014': '139450', + '2015': '141158', + '2016': '142534', + '2017': '143629', + CountryName: 'Curacao', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cw.svg' + }, + { + '1960': '204124', + '1961': '208511', + '1962': '211862', + '1963': '214845', + '1964': '218032', + '1965': '221859', + '1966': '226502', + '1967': '231852', + '1968': '237757', + '1969': '243912', + '1970': '250118', + '1971': '256309', + '1972': '262549', + '1973': '271554', + '1974': '289098', + '1975': '307185', + '1976': '325894', + '1977': '345030', + '1978': '364357', + '1979': '383377', + '1980': '401744', + '1981': '419079', + '1982': '435523', + '1983': '442974', + '1984': '448297', + '1985': '455131', + '1986': '463748', + '1987': '473988', + '1988': '485671', + '1989': '498400', + '1990': '511914', + '1991': '526169', + '1992': '541196', + '1993': '555048', + '1994': '568523', + '1995': '581986', + '1996': '595334', + '1997': '608533', + '1998': '621599', + '1999': '634594', + '2000': '647547', + '2001': '660376', + '2002': '671117', + '2003': '681117', + '2004': '691221', + '2005': '701562', + '2006': '712253', + '2007': '723133', + '2008': '733722', + '2009': '743343', + '2010': '751577', + '2011': '758206', + '2012': '763454', + '2013': '767977', + '2014': '772404', + '2015': '777233', + '2016': '782591', + '2017': '788365', + CountryName: 'Cyprus', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cy.svg' + }, + { + '1960': '5717803', + '1961': '5758030', + '1962': '5828213', + '1963': '5903373', + '1964': '5985712', + '1965': '6064767', + '1966': '6137954', + '1967': '6205159', + '1968': '6267134', + '1969': '6326884', + '1970': '6348795', + '1971': '6416419', + '1972': '6560396', + '1973': '6712314', + '1974': '6871460', + '1975': '7032685', + '1976': '7191239', + '1977': '7343835', + '1978': '7491275', + '1979': '7633521', + '1980': '7745353', + '1981': '7774989', + '1982': '7782743', + '1983': '7786562', + '1984': '7788361', + '1985': '7790569', + '1986': '7791420', + '1987': '7792255', + '1988': '7795245', + '1989': '7796600', + '1990': '7772750', + '1991': '7747721', + '1992': '7742438', + '1993': '7737165', + '1994': '7726630', + '1995': '7708571', + '1996': '7686196', + '1997': '7664419', + '1998': '7643675', + '1999': '7622397', + '2000': '7587516', + '2001': '7547721', + '2002': '7526242', + '2003': '7517054', + '2004': '7512306', + '2005': '7515659', + '2006': '7528974', + '2007': '7565828', + '2008': '7621676', + '2009': '7657912', + '2010': '7673029', + '2011': '7681562', + '2012': '7693579', + '2013': '7705910', + '2014': '7723921', + '2015': '7748928', + '2016': '7773650', + '2017': '7803157', + CountryName: 'Czech Republic', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/cz.svg' + }, + { + '1960': '3374572', + '1961': '3431879', + '1962': '3490118', + '1963': '3548824', + '1964': '3608088', + '1965': '3666724', + '1966': '3723679', + '1967': '3779458', + '1968': '3828566', + '1969': '3875429', + '1970': '3930043', + '1971': '3982363', + '1972': '4029765', + '1973': '4078304', + '1974': '4121150', + '1975': '4156474', + '1976': '4189964', + '1977': '4217587', + '1978': '4245152', + '1979': '4269868', + '1980': '4289152', + '1981': '4297767', + '1982': '4300240', + '1983': '4302863', + '1984': '4306181', + '1985': '4313449', + '1986': '4324701', + '1987': '4335668', + '1988': '4343212', + '1989': '4351259', + '1990': '4361727', + '1991': '4374504', + '1992': '4390390', + '1993': '4406442', + '1994': '4422754', + '1995': '4447268', + '1996': '4473929', + '1997': '4493986', + '1998': '4511769', + '1999': '4528106', + '2000': '4544013', + '2001': '4563004', + '2002': '4582981', + '2003': '4601394', + '2004': '4624434', + '2005': '4652908', + '2006': '4681382', + '2007': '4712839', + '2008': '4751268', + '2009': '4785983', + '2010': '4815111', + '2011': '4844002', + '2012': '4872608', + '2013': '4901386', + '2014': '4932961', + '2015': '4974525', + '2016': '5020143', + '2017': '5063231', + CountryName: 'Denmark', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/dk.svg' + }, + { + '1960': '42090', + '1961': '45530', + '1962': '49569', + '1963': '54125', + '1964': '59119', + '1965': '64505', + '1966': '70353', + '1967': '76741', + '1968': '83631', + '1969': '90927', + '1970': '98633', + '1971': '106498', + '1972': '114646', + '1973': '123945', + '1974': '135623', + '1975': '150521', + '1976': '169441', + '1977': '191954', + '1978': '216126', + '1979': '239094', + '1980': '258796', + '1981': '273809', + '1982': '284877', + '1983': '293398', + '1984': '303356', + '1985': '318891', + '1986': '341380', + '1987': '369420', + '1988': '399648', + '1989': '427144', + '1990': '448449', + '1991': '461893', + '1992': '468431', + '1993': '471336', + '1994': '474579', + '1995': '480986', + '1996': '491432', + '1997': '504922', + '1998': '520253', + '1999': '535471', + '2000': '549181', + '2001': '561095', + '2002': '571784', + '2003': '581630', + '2004': '591290', + '2005': '601234', + '2006': '611543', + '2007': '622050', + '2008': '632828', + '2009': '643898', + '2010': '655374', + '2011': '667326', + '2012': '679728', + '2013': '692440', + '2014': '705230', + '2015': '717976', + '2016': '730572', + '2017': '743080', + CountryName: 'Djibouti', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/dj.svg' + }, + { + '1960': '22712', + '1961': '23138', + '1962': '23540', + '1963': '23938', + '1964': '24364', + '1965': '24832', + '1966': '25362', + '1967': '25933', + '1968': '26498', + '1969': '26995', + '1970': '27493', + '1971': '28248', + '1972': '28883', + '1973': '29459', + '1974': '30061', + '1975': '30763', + '1976': '31588', + '1977': '32519', + '1978': '33494', + '1979': '34417', + '1980': '35216', + '1981': '36024', + '1982': '37227', + '1983': '38313', + '1984': '39325', + '1985': '40290', + '1986': '41202', + '1987': '42060', + '1988': '42900', + '1989': '43778', + '1990': '44739', + '1991': '45680', + '1992': '45825', + '1993': '46042', + '1994': '46210', + '1995': '46269', + '1996': '46186', + '1997': '45993', + '1998': '45753', + '1999': '45562', + '2000': '45474', + '2001': '45552', + '2002': '45867', + '2003': '46257', + '2004': '46661', + '2005': '47038', + '2006': '47372', + '2007': '47681', + '2008': '47976', + '2009': '48293', + '2010': '48646', + '2011': '49047', + '2012': '49483', + '2013': '49943', + '2014': '50421', + '2015': '50905', + '2016': '51392', + '2017': '51881', + CountryName: 'Dominica', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/dm.svg' + }, + { + '1960': '994504', + '1961': '1059768', + '1962': '1129415', + '1963': '1202639', + '1964': '1279434', + '1965': '1359649', + '1966': '1443416', + '1967': '1530663', + '1968': '1621512', + '1969': '1715719', + '1970': '1813584', + '1971': '1915012', + '1972': '2019973', + '1973': '2128225', + '1974': '2239990', + '1975': '2355014', + '1976': '2473385', + '1977': '2594881', + '1978': '2719705', + '1979': '2847898', + '1980': '2979574', + '1981': '3114501', + '1982': '3224814', + '1983': '3313948', + '1984': '3404189', + '1985': '3495417', + '1986': '3587610', + '1987': '3680767', + '1988': '3775009', + '1989': '3870446', + '1990': '3967241', + '1991': '4065500', + '1992': '4164987', + '1993': '4265237', + '1994': '4400012', + '1995': '4545878', + '1996': '4692294', + '1997': '4838980', + '1998': '4986702', + '1999': '5136111', + '2000': '5287676', + '2001': '5441357', + '2002': '5597107', + '2003': '5793621', + '2004': '6008252', + '2005': '6223348', + '2006': '6439046', + '2007': '6654948', + '2008': '6870839', + '2009': '7085727', + '2010': '7300061', + '2011': '7502974', + '2012': '7697655', + '2013': '7890792', + '2014': '8082219', + '2015': '8271738', + '2016': '8458974', + '2017': '8643423', + CountryName: 'Dominican Republic', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/do.svg' + }, + { + '1960': '1539941', + '1961': '1611926', + '1962': '1687399', + '1963': '1763826', + '1964': '1842030', + '1965': '1923644', + '1966': '2008861', + '1967': '2097624', + '1968': '2190066', + '1969': '2285836', + '1970': '2385167', + '1971': '2487849', + '1972': '2594113', + '1973': '2703745', + '1974': '2818332', + '1975': '2960068', + '1976': '3106957', + '1977': '3258748', + '1978': '3415786', + '1979': '3578063', + '1980': '3745818', + '1981': '3918768', + '1982': '4097265', + '1983': '4273673', + '1984': '4450524', + '1985': '4632898', + '1986': '4821262', + '1987': '5015234', + '1988': '5214939', + '1989': '5419512', + '1990': '5629146', + '1991': '5827713', + '1992': '6019368', + '1993': '6213712', + '1994': '6410432', + '1995': '6608767', + '1996': '6808781', + '1997': '7010107', + '1998': '7212089', + '1999': '7413921', + '2000': '7614917', + '2001': '7814347', + '2002': '7989382', + '2003': '8148652', + '2004': '8310324', + '2005': '8476150', + '2006': '8646848', + '2007': '8822155', + '2008': '9000831', + '2009': '9181312', + '2010': '9362557', + '2011': '9539119', + '2012': '9712539', + '2013': '9886352', + '2014': '10060468', + '2015': '10235206', + '2016': '10410089', + '2017': '10585047', + CountryName: 'Ecuador', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ec.svg' + }, + { + '1960': '10221967', + '1961': '10618456', + '1962': '11010225', + '1963': '11412953', + '1964': '11827265', + '1965': '12253435', + '1966': '12692359', + '1967': '13143419', + '1968': '13603903', + '1969': '14068932', + '1970': '14536143', + '1971': '15004522', + '1972': '15476277', + '1973': '15956046', + '1974': '16450111', + '1975': '16964748', + '1976': '17501268', + '1977': '17973700', + '1978': '18408960', + '1979': '18864255', + '1980': '19341002', + '1981': '19838290', + '1982': '20356015', + '1983': '20896866', + '1984': '21464221', + '1985': '22059066', + '1986': '22683650', + '1987': '23283869', + '1988': '23861169', + '1989': '24425027', + '1990': '24961683', + '1991': '25466223', + '1992': '25942556', + '1993': '26396916', + '1994': '26839423', + '1995': '27278677', + '1996': '27714248', + '1997': '28218743', + '1998': '28773125', + '1999': '29337899', + '2000': '29917666', + '2001': '30515758', + '2002': '31133176', + '2003': '31764147', + '2004': '32399894', + '2005': '33035334', + '2006': '33665447', + '2007': '34263058', + '2008': '34857122', + '2009': '35492121', + '2010': '36182251', + '2011': '36935951', + '2012': '37712281', + '2013': '38521102', + '2014': '39331585', + '2015': '40122991', + '2016': '40889687', + '2017': '41660073', + CountryName: 'Egypt, Arab Rep.', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/eg.svg' + }, + { + '1960': '1059682', + '1961': '1095415', + '1962': '1130973', + '1963': '1168023', + '1964': '1206132', + '1965': '1244960', + '1966': '1284346', + '1967': '1324178', + '1968': '1364527', + '1969': '1405396', + '1970': '1446857', + '1971': '1488897', + '1972': '1546433', + '1973': '1604823', + '1974': '1663887', + '1975': '1723338', + '1976': '1783123', + '1977': '1843049', + '1978': '1902845', + '1979': '1961944', + '1980': '2020045', + '1981': '2076851', + '1982': '2132576', + '1983': '2187577', + '1984': '2242698', + '1985': '2298310', + '1986': '2354532', + '1987': '2411329', + '1988': '2469115', + '1989': '2528355', + '1990': '2589341', + '1991': '2652356', + '1992': '2717177', + '1993': '2814567', + '1994': '2922408', + '1995': '3029329', + '1996': '3134760', + '1997': '3238301', + '1998': '3340092', + '1999': '3399404', + '2000': '3456736', + '2001': '3511921', + '2002': '3565013', + '2003': '3616421', + '2004': '3666894', + '2005': '3716734', + '2006': '3766342', + '2007': '3818841', + '2008': '3890917', + '2009': '3962839', + '2010': '4034871', + '2011': '4107215', + '2012': '4179869', + '2013': '4252779', + '2014': '4326106', + '2015': '4399797', + '2016': '4473092', + '2017': '4545815', + CountryName: 'El Salvador', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sv.svg' + }, + { + '1960': '65202', + '1961': '67699', + '1962': '68888', + '1963': '70177', + '1964': '71700', + '1965': '73515', + '1966': '75752', + '1967': '78296', + '1968': '80681', + '1969': '82263', + '1970': '82618', + '1971': '81586', + '1972': '79396', + '1973': '76514', + '1974': '73604', + '1975': '71197', + '1976': '69358', + '1977': '68068', + '1978': '67691', + '1979': '68636', + '1980': '71164', + '1981': '75523', + '1982': '81541', + '1983': '88528', + '1984': '98140', + '1985': '107453', + '1986': '116082', + '1987': '124141', + '1988': '131882', + '1989': '139792', + '1990': '148308', + '1991': '157514', + '1992': '167340', + '1993': '177853', + '1994': '189161', + '1995': '204442', + '1996': '221059', + '1997': '239057', + '1998': '258494', + '1999': '279336', + '2000': '301583', + '2001': '325204', + '2002': '350350', + '2003': '377222', + '2004': '406137', + '2005': '437275', + '2006': '470822', + '2007': '506719', + '2008': '544889', + '2009': '585086', + '2010': '627158', + '2011': '671026', + '2012': '716629', + '2013': '753680', + '2014': '791534', + '2015': '830013', + '2016': '868944', + '2017': '908248', + CountryName: 'Equatorial Guinea', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gq.svg' + }, + { + '1960': '136940', + '1961': '144897', + '1962': '153402', + '1963': '162471', + '1964': '172081', + '1965': '182215', + '1966': '192932', + '1967': '204253', + '1968': '212375', + '1969': '220843', + '1970': '229710', + '1971': '238997', + '1972': '248714', + '1973': '258871', + '1974': '269450', + '1975': '280484', + '1976': '291979', + '1977': '303893', + '1978': '316367', + '1979': '329481', + '1980': '343279', + '1981': '357709', + '1982': '372641', + '1983': '388202', + '1984': '406011', + '1985': '433814', + '1986': '463896', + '1987': '496028', + '1988': '528879', + '1989': '560260', + '1990': '588571', + '1991': '612637', + '1992': '632885', + '1993': '651265', + '1994': '671238', + '1995': '695718', + '1996': '725898', + '1997': '761506', + '1998': '802928', + '1999': '849837', + '2000': '902044', + '2001': '960135', + '2002': '1024425', + '2003': '1093218', + '2004': '1163915', + '2005': '1234321', + '2006': '1303401', + '2007': '1371306', + '2008': '1439096', + '2009': '1490729', + '2010': '1544478', + '2011': '1600641', + '2012': '', + '2013': '', + '2014': '', + '2015': '', + '2016': '', + '2017': '', + CountryName: 'Eritrea', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/er.svg' + }, + { + '1960': '697034', + '1961': '714269', + '1962': '733452', + '1963': '753250', + '1964': '773863', + '1965': '794190', + '1966': '812599', + '1967': '828812', + '1968': '846346', + '1969': '865089', + '1970': '883329', + '1971': '901671', + '1972': '919299', + '1973': '935590', + '1974': '951152', + '1975': '966085', + '1976': '980438', + '1977': '995091', + '1978': '1009340', + '1979': '1020447', + '1980': '1029784', + '1981': '1040236', + '1982': '1050928', + '1983': '1061357', + '1984': '1071506', + '1985': '1081872', + '1986': '1093150', + '1987': '1104917', + '1988': '1115040', + '1989': '1119881', + '1990': '1117738', + '1991': '1109251', + '1992': '1086348', + '1993': '1055960', + '1994': '1030882', + '1995': '1009954', + '1996': '992487', + '1997': '978597', + '1998': '966608', + '1999': '966817', + '2000': '969061', + '2001': '961159', + '2002': '953352', + '2003': '945646', + '2004': '938279', + '2005': '931205', + '2006': '924006', + '2007': '918084', + '2008': '913914', + '2009': '910446', + '2010': '906655', + '2011': '902194', + '2012': '899089', + '2013': '897846', + '2014': '897427', + '2015': '899949', + '2016': '902145', + '2017': '903958', + CountryName: 'Estonia', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ee.svg' + }, + { + '1960': '13663', + '1961': '15496', + '1962': '17551', + '1963': '19861', + '1964': '22474', + '1965': '25427', + '1966': '28713', + '1967': '31793', + '1968': '35223', + '1969': '39027', + '1970': '43258', + '1971': '47961', + '1972': '53192', + '1973': '58971', + '1974': '65362', + '1975': '72404', + '1976': '80179', + '1977': '85125', + '1978': '89691', + '1979': '94457', + '1980': '99424', + '1981': '104523', + '1982': '109795', + '1983': '115423', + '1984': '121695', + '1985': '128791', + '1986': '136870', + '1987': '145843', + '1988': '155369', + '1989': '164896', + '1990': '174015', + '1991': '182500', + '1992': '190430', + '1993': '198056', + '1994': '205844', + '1995': '214122', + '1996': '223076', + '1997': '231732', + '1998': '235459', + '1999': '238581', + '2000': '240805', + '2001': '241999', + '2002': '242399', + '2003': '242445', + '2004': '242729', + '2005': '243712', + '2006': '245505', + '2007': '248509', + '2008': '255479', + '2009': '262842', + '2010': '270399', + '2011': '278134', + '2012': '285192', + '2013': '292422', + '2014': '299802', + '2015': '307330', + '2016': '315077', + '2017': '323014', + CountryName: 'Eswatini', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sz.svg' + }, + { + '1960': '1424992', + '1961': '1507634', + '1962': '1596238', + '1963': '1690640', + '1964': '1791230', + '1965': '1897784', + '1966': '2010284', + '1967': '2128778', + '1968': '2225746', + '1969': '2329033', + '1970': '2440287', + '1971': '2560710', + '1972': '2690237', + '1973': '2823906', + '1974': '2955520', + '1975': '3080821', + '1976': '3196686', + '1977': '3305081', + '1978': '3413645', + '1979': '3533046', + '1980': '3671076', + '1981': '3832363', + '1982': '4015607', + '1983': '4219104', + '1984': '4438752', + '1985': '4672863', + '1986': '4919280', + '1987': '5179615', + '1988': '5456101', + '1989': '5751613', + '1990': '6068999', + '1991': '6410479', + '1992': '6774121', + '1993': '7157356', + '1994': '7553599', + '1995': '7924237', + '1996': '8285270', + '1997': '8650119', + '1998': '9022892', + '1999': '9407067', + '2000': '9807603', + '2001': '10223839', + '2002': '10657765', + '2003': '11106662', + '2004': '11569768', + '2005': '12046152', + '2006': '12536471', + '2007': '13054026', + '2008': '13733826', + '2009': '14443888', + '2010': '15189225', + '2011': '15969792', + '2012': '16787864', + '2013': '17625395', + '2014': '18497740', + '2015': '19403333', + '2016': '20343419', + '2017': '21316856', + CountryName: 'Ethiopia', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/et.svg' + }, + { + '1960': '7412', + '1961': '7775', + '1962': '8168', + '1963': '8573', + '1964': '8993', + '1965': '9429', + '1966': '9829', + '1967': '10093', + '1968': '10361', + '1969': '10637', + '1970': '10924', + '1971': '11235', + '1972': '11558', + '1973': '11887', + '1974': '12222', + '1975': '12557', + '1976': '12895', + '1977': '13235', + '1978': '13386', + '1979': '13478', + '1980': '13570', + '1981': '13659', + '1982': '13743', + '1983': '13827', + '1984': '13920', + '1985': '14021', + '1986': '14137', + '1987': '14265', + '1988': '14378', + '1989': '14445', + '1990': '14561', + '1991': '14785', + '1992': '15012', + '1993': '15203', + '1994': '15415', + '1995': '15686', + '1996': '16038', + '1997': '16352', + '1998': '16608', + '1999': '16832', + '2000': '17172', + '2001': '17668', + '2002': '18163', + '2003': '18573', + '2004': '18895', + '2005': '19208', + '2006': '19424', + '2007': '19544', + '2008': '19654', + '2009': '19761', + '2010': '19870', + '2011': '19972', + '2012': '20063', + '2013': '20163', + '2014': '20270', + '2015': '20388', + '2016': '20520', + '2017': '20659', + CountryName: 'Faroe Islands', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/fo.svg' + }, + { + '1960': '116761', + '1961': '123157', + '1962': '129943', + '1963': '136982', + '1964': '144103', + '1965': '151142', + '1966': '158044', + '1967': '163958', + '1968': '169558', + '1969': '175175', + '1970': '180925', + '1971': '186842', + '1972': '192905', + '1973': '199091', + '1974': '205372', + '1975': '211731', + '1976': '218082', + '1977': '223264', + '1978': '228315', + '1979': '233816', + '1980': '239929', + '1981': '246836', + '1982': '254383', + '1983': '261963', + '1984': '268744', + '1985': '274153', + '1986': '277898', + '1987': '283833', + '1988': '289781', + '1989': '295973', + '1990': '303189', + '1991': '311701', + '1992': '321310', + '1993': '331706', + '1994': '342353', + '1995': '352821', + '1996': '363071', + '1997': '370519', + '1998': '377132', + '1999': '383206', + '2000': '388641', + '2001': '393267', + '2002': '397176', + '2003': '400842', + '2004': '404913', + '2005': '409848', + '2006': '415890', + '2007': '422891', + '2008': '431335', + '2009': '440109', + '2010': '448645', + '2011': '456807', + '2012': '464718', + '2013': '472460', + '2014': '480249', + '2015': '488237', + '2016': '496430', + '2017': '504745', + CountryName: 'Fiji', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/fj.svg' + }, + { + '1960': '2449145', + '1961': '2512483', + '1962': '2567399', + '1963': '2623429', + '1964': '2675999', + '1965': '2722631', + '1966': '2770510', + '1967': '2823091', + '1968': '2873315', + '1969': '2908731', + '1970': '2934402', + '1971': '2975881', + '1972': '3032758', + '1973': '3088806', + '1974': '3143576', + '1975': '3195817', + '1976': '3243412', + '1977': '3289888', + '1978': '3336370', + '1979': '3381500', + '1980': '3428217', + '1981': '3481318', + '1982': '3541666', + '1983': '3603091', + '1984': '3662085', + '1985': '3716264', + '1986': '3765683', + '1987': '3812087', + '1988': '3858255', + '1989': '3906513', + '1990': '3957581', + '1991': '4003120', + '1992': '4040047', + '1993': '4073879', + '1994': '4105674', + '1995': '4135420', + '1996': '4162332', + '1997': '4187218', + '1998': '4210769', + '1999': '4232899', + '2000': '4253964', + '2001': '4273258', + '2002': '4290649', + '2003': '4307931', + '2004': '4327463', + '2005': '4349276', + '2006': '4372951', + '2007': '4398523', + '2008': '4426008', + '2009': '4454167', + '2010': '4492880', + '2011': '4543014', + '2012': '4593267', + '2013': '4629925', + '2014': '4651843', + '2015': '4669930', + '2016': '4686120', + '2017': '4702519', + CountryName: 'Finland', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/fi.svg' + }, + { + '1960': '28968650', + '1961': '29703735', + '1962': '30550684', + '1963': '31576957', + '1964': '32586168', + '1965': '33551445', + '1966': '34459572', + '1967': '35313433', + '1968': '36015275', + '1969': '36481398', + '1970': '36973537', + '1971': '37501984', + '1972': '38056501', + '1973': '38614520', + '1974': '39145575', + '1975': '39564232', + '1976': '39813654', + '1977': '40015297', + '1978': '40188949', + '1979': '40361659', + '1980': '40554832', + '1981': '40773314', + '1982': '41014270', + '1983': '41274869', + '1984': '41548368', + '1985': '41830023', + '1986': '42121076', + '1987': '42422152', + '1988': '42726704', + '1989': '43026108', + '1990': '43332245', + '1991': '43467991', + '1992': '43785894', + '1993': '44077099', + '1994': '44342923', + '1995': '44604027', + '1996': '44863823', + '1997': '45123550', + '1998': '45390693', + '1999': '45743988', + '2000': '46214923', + '2001': '46709571', + '2002': '47206863', + '2003': '47699501', + '2004': '48209404', + '2005': '48730233', + '2006': '49228316', + '2007': '49690036', + '2008': '50127516', + '2009': '50547202', + '2010': '50961407', + '2011': '51373797', + '2012': '51791128', + '2013': '52228040', + '2014': '52650998', + '2015': '53044946', + '2016': '53432321', + '2017': '53815732', + CountryName: 'France', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/fr.svg' + }, + { + '1960': '33011', + '1961': '34877', + '1962': '36940', + '1963': '39414', + '1964': '42166', + '1965': '45017', + '1966': '47958', + '1967': '50994', + '1968': '54154', + '1969': '57460', + '1970': '60951', + '1971': '64247', + '1972': '67085', + '1973': '70026', + '1974': '73036', + '1975': '76088', + '1976': '79178', + '1977': '82167', + '1978': '84553', + '1979': '86992', + '1980': '89512', + '1981': '92102', + '1982': '94750', + '1983': '97440', + '1984': '100096', + '1985': '102731', + '1986': '105392', + '1987': '108046', + '1988': '110636', + '1989': '112849', + '1990': '114764', + '1991': '116381', + '1992': '117755', + '1993': '119015', + '1994': '120348', + '1995': '121881', + '1996': '123660', + '1997': '125927', + '1998': '128359', + '1999': '130747', + '2000': '132976', + '2001': '135033', + '2002': '136929', + '2003': '139761', + '2004': '143086', + '2005': '146348', + '2006': '149548', + '2007': '152669', + '2008': '155712', + '2009': '158663', + '2010': '161541', + '2011': '164305', + '2012': '166986', + '2013': '168447', + '2014': '169789', + '2015': '171288', + '2016': '172984', + '2017': '174853', + CountryName: 'French Polynesia', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pf.svg' + }, + { + '1960': '86848', + '1961': '92414', + '1962': '99891', + '1963': '108018', + '1964': '116899', + '1965': '126604', + '1966': '137251', + '1967': '148884', + '1968': '161461', + '1969': '174803', + '1970': '188838', + '1971': '205082', + '1972': '222141', + '1973': '240042', + '1974': '259014', + '1975': '279189', + '1976': '300655', + '1977': '323320', + '1978': '347262', + '1979': '372395', + '1980': '398719', + '1981': '426125', + '1982': '447629', + '1983': '470083', + '1984': '493545', + '1985': '517990', + '1986': '543472', + '1987': '569961', + '1988': '598676', + '1989': '628176', + '1990': '658388', + '1991': '689275', + '1992': '720845', + '1993': '752988', + '1994': '782574', + '1995': '812398', + '1996': '842781', + '1997': '873764', + '1998': '905426', + '1999': '937828', + '2000': '971097', + '2001': '1005175', + '2002': '1040291', + '2003': '1076901', + '2004': '1115620', + '2005': '1156905', + '2006': '1200767', + '2007': '1247080', + '2008': '1296101', + '2009': '1348027', + '2010': '1402921', + '2011': '1461068', + '2012': '1522001', + '2013': '1583861', + '2014': '1644081', + '2015': '1700832', + '2016': '1753279', + '2017': '1801886', + CountryName: 'Gabon', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ga.svg' + }, + { + '1960': '44626', + '1961': '46455', + '1962': '48075', + '1963': '50042', + '1964': '53963', + '1965': '58257', + '1966': '62994', + '1967': '68192', + '1968': '73924', + '1969': '80230', + '1970': '87203', + '1971': '94938', + '1972': '103516', + '1973': '112379', + '1974': '119680', + '1975': '127277', + '1976': '135138', + '1977': '143329', + '1978': '152020', + '1979': '161416', + '1980': '171725', + '1981': '182970', + '1982': '195195', + '1983': '208758', + '1984': '224402', + '1985': '241731', + '1986': '261016', + '1987': '282200', + '1988': '304805', + '1989': '328012', + '1990': '351247', + '1991': '374195', + '1992': '396982', + '1993': '419336', + '1994': '440362', + '1995': '462336', + '1996': '485381', + '1997': '509425', + '1998': '534696', + '1999': '561381', + '2000': '589659', + '2001': '619684', + '2002': '651518', + '2003': '684613', + '2004': '717300', + '2005': '751275', + '2006': '786528', + '2007': '823135', + '2008': '861181', + '2009': '900725', + '2010': '941884', + '2011': '984669', + '2012': '1029103', + '2013': '1075061', + '2014': '1122480', + '2015': '1171287', + '2016': '1221429', + '2017': '1272923', + CountryName: 'Gambia, The', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gm.svg' + }, + { + '1960': '1570123', + '1961': '1613251', + '1962': '1656450', + '1963': '1699844', + '1964': '1743144', + '1965': '1785661', + '1966': '1825872', + '1967': '1863779', + '1968': '1900892', + '1969': '1939040', + '1970': '1977799', + '1971': '2017973', + '1972': '2058158', + '1973': '2096177', + '1974': '2134443', + '1975': '2170431', + '1976': '2206460', + '1977': '2241969', + '1978': '2275678', + '1979': '2310615', + '1980': '2345408', + '1981': '2379998', + '1982': '2415679', + '1983': '2452585', + '1984': '2489286', + '1985': '2527012', + '1986': '2565458', + '1987': '2602758', + '1988': '2644850', + '1989': '2655120', + '1990': '2642925', + '1991': '2650025', + '1992': '2658933', + '1993': '2667710', + '1994': '2629153', + '1995': '2548833', + '1996': '2474230', + '1997': '2418062', + '1998': '2383654', + '1999': '2354437', + '2000': '2325705', + '2001': '2298386', + '2002': '2284854', + '2003': '2272218', + '2004': '2259104', + '2005': '2246050', + '2006': '2233109', + '2007': '2219751', + '2008': '2207030', + '2009': '2193867', + '2010': '2180304', + '2011': '2166861', + '2012': '2153590', + '2013': '2140426', + '2014': '2126887', + '2015': '2135400', + '2016': '2151132', + '2017': '2164505', + CountryName: 'Georgia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ge.svg' + }, + { + '1960': '51978188', + '1961': '52609561', + '1962': '53122383', + '1963': '53664331', + '1964': '54147106', + '1965': '54659677', + '1966': '55166778', + '1967': '55468832', + '1968': '55765529', + '1969': '56259360', + '1970': '56496072', + '1971': '56645245', + '1972': '56961784', + '1973': '57186457', + '1974': '57253758', + '1975': '57085531', + '1976': '56885943', + '1977': '56801863', + '1978': '56796181', + '1979': '56865826', + '1980': '57028530', + '1981': '57229147', + '1982': '57267174', + '1983': '57114118', + '1984': '56792461', + '1985': '56485448', + '1986': '56438249', + '1987': '56695484', + '1988': '57044790', + '1989': '57469536', + '1990': '58079842', + '1991': '58625381', + '1992': '59146205', + '1993': '59647492', + '1994': '60028206', + '1995': '60378049', + '1996': '60725922', + '1997': '60986289', + '1998': '61167004', + '1999': '61376500', + '2000': '61629857', + '2001': '61902439', + '2002': '62174878', + '2003': '62376854', + '2004': '62529997', + '2005': '62660267', + '2006': '62753557', + '2007': '62833410', + '2008': '62875807', + '2009': '62877220', + '2010': '62940432', + '2011': '61940177', + '2012': '62064608', + '2013': '62242278', + '2014': '62510392', + '2015': '63062064', + '2016': '63592936', + '2017': '63890984', + CountryName: 'Germany', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/de.svg' + }, + { + '1960': '1546790', + '1961': '1634030', + '1962': '1725452', + '1963': '1819650', + '1964': '1914987', + '1965': '2009909', + '1966': '2103423', + '1967': '2195976', + '1968': '2290376', + '1969': '2390977', + '1970': '2489514', + '1971': '2575269', + '1972': '2669844', + '1973': '2768568', + '1974': '2864859', + '1975': '2954239', + '1976': '3034105', + '1977': '3107101', + '1978': '3180281', + '1979': '3264199', + '1980': '3366236', + '1981': '3489594', + '1982': '3631850', + '1983': '3787646', + '1984': '3965301', + '1985': '4183130', + '1986': '4401864', + '1987': '4623179', + '1988': '4849529', + '1989': '5084197', + '1990': '5330684', + '1991': '5590187', + '1992': '5861574', + '1993': '6143017', + '1994': '6432456', + '1995': '6727651', + '1996': '7028226', + '1997': '7334775', + '1998': '7650720', + '1999': '7979372', + '2000': '8319609', + '2001': '8662230', + '2002': '9020827', + '2003': '9395501', + '2004': '9786022', + '2005': '10191094', + '2006': '10611790', + '2007': '11047966', + '2008': '11498112', + '2009': '11959326', + '2010': '12430823', + '2011': '12911096', + '2012': '13399971', + '2013': '13897120', + '2014': '14403132', + '2015': '14918445', + '2016': '15442902', + '2017': '15975849', + CountryName: 'Ghana', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gh.svg' + }, + { + '1960': '23394', + '1961': '23786', + '1962': '24284', + '1963': '24848', + '1964': '25454', + '1965': '26041', + '1966': '26612', + '1967': '27174', + '1968': '27694', + '1969': '28159', + '1970': '28560', + '1971': '28869', + '1972': '29104', + '1973': '29278', + '1974': '29427', + '1975': '29578', + '1976': '29742', + '1977': '29902', + '1978': '30049', + '1979': '30177', + '1980': '30272', + '1981': '30334', + '1982': '30381', + '1983': '30383', + '1984': '30325', + '1985': '30207', + '1986': '30004', + '1987': '29744', + '1988': '29469', + '1989': '29262', + '1990': '29164', + '1991': '29212', + '1992': '29379', + '1993': '29623', + '1994': '29895', + '1995': '30147', + '1996': '30382', + '1997': '30594', + '1998': '30801', + '1999': '30991', + '2000': '31180', + '2001': '31374', + '2002': '31544', + '2003': '31720', + '2004': '31896', + '2005': '32085', + '2006': '32296', + '2007': '32510', + '2008': '32732', + '2009': '32956', + '2010': '33189', + '2011': '33405', + '2012': '33623', + '2013': '33831', + '2014': '34038', + '2015': '34228', + '2016': '34408', + '2017': '34571', + CountryName: 'Gibraltar', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gi.svg' + }, + { + '1960': '4660434', + '1961': '4740951', + '1962': '4844217', + '1963': '4937007', + '1964': '5029578', + '1965': '5127549', + '1966': '5239942', + '1967': '5357301', + '1968': '5466737', + '1969': '5560616', + '1970': '5646740', + '1971': '5735846', + '1972': '5817963', + '1973': '5888911', + '1974': '5955084', + '1975': '6055755', + '1976': '6195478', + '1977': '6321574', + '1978': '6449432', + '1979': '6575885', + '1980': '6686402', + '1981': '6785832', + '1982': '6846785', + '1983': '6905833', + '1984': '6959420', + '1985': '7005470', + '1986': '7047717', + '1987': '7090422', + '1988': '7135291', + '1989': '7191693', + '1990': '7287341', + '1991': '7392680', + '1992': '7462054', + '1993': '7518737', + '1994': '7569094', + '1995': '7617319', + '1996': '7663691', + '1997': '7714274', + '1998': '7770011', + '1999': '7812670', + '2000': '7857551', + '2001': '7919906', + '2002': '7991509', + '2003': '8052786', + '2004': '8114802', + '2005': '8180275', + '2006': '8246206', + '2007': '8308341', + '2008': '8371303', + '2009': '8433780', + '2010': '8484693', + '2011': '8511794', + '2012': '8505100', + '2013': '8482139', + '2014': '8463623', + '2015': '8445266', + '2016': '8446960', + '2017': '8471034', + CountryName: 'Greece', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gr.svg' + }, + { + '1960': '19024', + '1961': '20155', + '1962': '21492', + '1963': '22926', + '1964': '24265', + '1965': '25892', + '1966': '27334', + '1967': '28849', + '1968': '30461', + '1969': '32095', + '1970': '33753', + '1971': '34660', + '1972': '35585', + '1973': '36218', + '1974': '36705', + '1975': '36897', + '1976': '37089', + '1977': '37033', + '1978': '37075', + '1979': '37567', + '1980': '38213', + '1981': '39013', + '1982': '39588', + '1983': '40240', + '1984': '40896', + '1985': '41475', + '1986': '41900', + '1987': '42559', + '1988': '43301', + '1989': '43886', + '1990': '44312', + '1991': '44418', + '1992': '44406', + '1993': '44438', + '1994': '44790', + '1995': '45143', + '1996': '45335', + '1997': '45487', + '1998': '45638', + '1999': '45708', + '2000': '45859', + '2001': '46122', + '2002': '46473', + '2003': '46739', + '2004': '46997', + '2005': '47175', + '2006': '47220', + '2007': '47213', + '2008': '47196', + '2009': '47360', + '2010': '48018', + '2011': '48217', + '2012': '48402', + '2013': '48322', + '2014': '48308', + '2015': '48298', + '2016': '48503', + '2017': '48629', + CountryName: 'Greenland', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gl.svg' + }, + { + '1960': '27259', + '1961': '27852', + '1962': '28381', + '1963': '28840', + '1964': '29240', + '1965': '29579', + '1966': '29852', + '1967': '30061', + '1968': '30214', + '1969': '30336', + '1970': '30417', + '1971': '30404', + '1972': '30389', + '1973': '30356', + '1974': '30266', + '1975': '30102', + '1976': '29837', + '1977': '29491', + '1978': '29190', + '1979': '29087', + '1980': '29293', + '1981': '29869', + '1982': '30746', + '1983': '31750', + '1984': '32611', + '1985': '33146', + '1986': '33275', + '1987': '33071', + '1988': '32681', + '1989': '32332', + '1990': '32185', + '1991': '32315', + '1992': '32798', + '1993': '33409', + '1994': '34023', + '1995': '34558', + '1996': '34990', + '1997': '35351', + '1998': '35665', + '1999': '35961', + '2000': '36276', + '2001': '36583', + '2002': '36667', + '2003': '36760', + '2004': '36855', + '2005': '36954', + '2006': '37059', + '2007': '37170', + '2008': '37287', + '2009': '37412', + '2010': '37542', + '2011': '37679', + '2012': '37835', + '2013': '38017', + '2014': '38224', + '2015': '38453', + '2016': '38711', + '2017': '38994', + CountryName: 'Grenada', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gd.svg' + }, + { + '1960': '33469', + '1961': '34873', + '1962': '36413', + '1963': '38064', + '1964': '39795', + '1965': '41567', + '1966': '43373', + '1967': '45223', + '1968': '47118', + '1969': '49047', + '1970': '51937', + '1971': '57568', + '1972': '63062', + '1973': '68325', + '1974': '73332', + '1975': '78072', + '1976': '82540', + '1977': '86738', + '1978': '90699', + '1979': '94447', + '1980': '97628', + '1981': '99554', + '1982': '101521', + '1983': '103534', + '1984': '105577', + '1985': '107641', + '1986': '109721', + '1987': '111794', + '1988': '113894', + '1989': '116048', + '1990': '118472', + '1991': '121619', + '1992': '124827', + '1993': '128033', + '1994': '131115', + '1995': '133996', + '1996': '136640', + '1997': '139050', + '1998': '141211', + '1999': '143093', + '2000': '144656', + '2001': '145817', + '2002': '146698', + '2003': '147360', + '2004': '147876', + '2005': '148313', + '2006': '148696', + '2007': '149041', + '2008': '149359', + '2009': '149690', + '2010': '150035', + '2011': '150398', + '2012': '150818', + '2013': '151336', + '2014': '152032', + '2015': '152953', + '2016': '154127', + '2017': '155523', + CountryName: 'Guam', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gu.svg' + }, + { + '1960': '1310427', + '1961': '1377506', + '1962': '1447488', + '1963': '1520470', + '1964': '1593340', + '1965': '1655168', + '1966': '1719411', + '1967': '1785984', + '1968': '1854763', + '1969': '1925609', + '1970': '1998266', + '1971': '2072938', + '1972': '2149481', + '1973': '2227787', + '1974': '2307448', + '1975': '2388522', + '1976': '2470944', + '1977': '2554794', + '1978': '2640501', + '1979': '2728902', + '1980': '2820447', + '1981': '2915440', + '1982': '3013702', + '1983': '3115054', + '1984': '3218848', + '1985': '3324617', + '1986': '3432318', + '1987': '3542207', + '1988': '3654813', + '1989': '3770514', + '1990': '3890060', + '1991': '4013604', + '1992': '4141179', + '1993': '4272346', + '1994': '4406639', + '1995': '4543722', + '1996': '4683365', + '1997': '4825726', + '1998': '4972110', + '1999': '5123672', + '2000': '5281515', + '2001': '5445884', + '2002': '5616681', + '2003': '5789971', + '2004': '5965415', + '2005': '6143740', + '2006': '6324727', + '2007': '6508732', + '2008': '6696023', + '2009': '6886669', + '2010': '7081561', + '2011': '7280273', + '2012': '7482817', + '2013': '7690649', + '2014': '7903499', + '2015': '8121501', + '2016': '8344133', + '2017': '8571763', + CountryName: 'Guatemala', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gt.svg' + }, + { + '1960': '374626', + '1961': '397376', + '1962': '421400', + '1963': '446904', + '1964': '474132', + '1965': '503262', + '1966': '534558', + '1967': '567955', + '1968': '602943', + '1969': '638592', + '1970': '674193', + '1971': '709546', + '1972': '744730', + '1973': '779812', + '1974': '815355', + '1975': '851735', + '1976': '889071', + '1977': '927508', + '1978': '968538', + '1979': '1013985', + '1980': '1065576', + '1981': '1124635', + '1982': '1192070', + '1983': '1254193', + '1984': '1302321', + '1985': '1353616', + '1986': '1406711', + '1987': '1462579', + '1988': '1525315', + '1989': '1600837', + '1990': '1693077', + '1991': '1804700', + '1992': '1933095', + '1993': '2069459', + '1994': '2201575', + '1995': '2320028', + '1996': '2421061', + '1997': '2505732', + '1998': '2578455', + '1999': '2647621', + '2000': '2719110', + '2001': '2793972', + '2002': '2870954', + '2003': '2951036', + '2004': '3034691', + '2005': '3122395', + '2006': '3215318', + '2007': '3313948', + '2008': '3417579', + '2009': '3524929', + '2010': '3635261', + '2011': '3748206', + '2012': '3864467', + '2013': '3985324', + '2014': '4112567', + '2015': '4249086', + '2016': '4395595', + '2017': '4551859', + CountryName: 'Guinea', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gn.svg' + }, + { + '1960': '83832', + '1961': '85701', + '1962': '87534', + '1963': '89409', + '1964': '91423', + '1965': '93636', + '1966': '96077', + '1967': '98716', + '1968': '101553', + '1969': '104555', + '1970': '107714', + '1971': '111066', + '1972': '114597', + '1973': '118116', + '1974': '121363', + '1975': '124166', + '1976': '126390', + '1977': '128139', + '1978': '129763', + '1979': '132896', + '1980': '142584', + '1981': '153803', + '1982': '166642', + '1983': '181021', + '1984': '196648', + '1985': '213220', + '1986': '230720', + '1987': '249238', + '1988': '268872', + '1989': '289755', + '1990': '312086', + '1991': '335935', + '1992': '353604', + '1993': '366140', + '1994': '378626', + '1995': '390840', + '1996': '402681', + '1997': '414249', + '1998': '425826', + '1999': '437838', + '2000': '450583', + '2001': '464188', + '2002': '478655', + '2003': '493958', + '2004': '510052', + '2005': '526886', + '2006': '544513', + '2007': '562969', + '2008': '582341', + '2009': '602670', + '2010': '624079', + '2011': '646570', + '2012': '670130', + '2013': '694626', + '2014': '719894', + '2015': '745799', + '2016': '772271', + '2017': '799328', + CountryName: 'Guinea-Bissau', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gw.svg' + }, + { + '1960': '165879', + '1961': '171178', + '1962': '176362', + '1963': '181350', + '1964': '186053', + '1965': '190404', + '1966': '194366', + '1967': '197956', + '1968': '201240', + '1969': '204333', + '1970': '207427', + '1971': '210772', + '1972': '213993', + '1973': '217150', + '1974': '220306', + '1975': '223506', + '1976': '226803', + '1977': '230145', + '1978': '233309', + '1979': '236020', + '1980': '237853', + '1981': '237615', + '1982': '236757', + '1983': '235359', + '1984': '233527', + '1985': '231385', + '1986': '228902', + '1987': '226138', + '1988': '223440', + '1989': '221261', + '1990': '219893', + '1991': '219513', + '1992': '219981', + '1993': '220884', + '1994': '221633', + '1995': '221817', + '1996': '221305', + '1997': '220236', + '1998': '218828', + '1999': '217384', + '2000': '216152', + '2001': '215192', + '2002': '214422', + '2003': '212828', + '2004': '210944', + '2005': '208928', + '2006': '206755', + '2007': '204490', + '2008': '202288', + '2009': '200360', + '2010': '198838', + '2011': '197762', + '2012': '198816', + '2013': '200133', + '2014': '201643', + '2015': '203203', + '2016': '204786', + '2017': '206428', + CountryName: 'Guyana', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gy.svg' + }, + { + '1960': '602850', + '1961': '629952', + '1962': '658297', + '1963': '687867', + '1964': '718762', + '1965': '750865', + '1966': '784391', + '1967': '819267', + '1968': '855429', + '1969': '892548', + '1970': '930522', + '1971': '969272', + '1972': '991063', + '1973': '1009494', + '1974': '1028620', + '1975': '1048838', + '1976': '1070226', + '1977': '1092801', + '1978': '1116599', + '1979': '1141808', + '1980': '1168544', + '1981': '1196784', + '1982': '1226487', + '1983': '1302253', + '1984': '1391406', + '1985': '1485028', + '1986': '1583256', + '1987': '1686119', + '1988': '1793886', + '1989': '1906374', + '1990': '2024134', + '1991': '2147014', + '1992': '2275188', + '1993': '2363888', + '1994': '2454974', + '1995': '2548475', + '1996': '2644564', + '1997': '2741190', + '1998': '2840010', + '1999': '2940867', + '2000': '3043515', + '2001': '3238068', + '2002': '3439803', + '2003': '3648520', + '2004': '3800782', + '2005': '3949730', + '2006': '4102900', + '2007': '4259888', + '2008': '4420738', + '2009': '4584343', + '2010': '4750718', + '2011': '4919540', + '2012': '5090792', + '2013': '5263874', + '2014': '5438899', + '2015': '5615488', + '2016': '5792042', + '2017': '5967859', + CountryName: 'Haiti', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ht.svg' + }, + { + '1960': '463729', + '1961': '488840', + '1962': '515201', + '1963': '542894', + '1964': '572154', + '1965': '603018', + '1966': '635698', + '1967': '670213', + '1968': '706658', + '1969': '744940', + '1970': '785169', + '1971': '827378', + '1972': '871724', + '1973': '918310', + '1974': '965837', + '1975': '1012512', + '1976': '1061601', + '1977': '1113141', + '1978': '1167179', + '1979': '1223687', + '1980': '1282618', + '1981': '1344028', + '1982': '1407993', + '1983': '1474547', + '1984': '1543748', + '1985': '1615507', + '1986': '1689928', + '1987': '1767080', + '1988': '1846274', + '1989': '1924162', + '1990': '2004926', + '1991': '2088583', + '1992': '2175123', + '1993': '2264421', + '1994': '2356590', + '1995': '2451524', + '1996': '2549111', + '1997': '2649332', + '1998': '2752170', + '1999': '2857698', + '2000': '2965809', + '2001': '3076399', + '2002': '3198917', + '2003': '3324676', + '2004': '3452734', + '2005': '3582381', + '2006': '3713765', + '2007': '3846663', + '2008': '3980888', + '2009': '4115940', + '2010': '4251861', + '2011': '4388181', + '2012': '4525174', + '2013': '4662910', + '2014': '4802256', + '2015': '4943241', + '2016': '5086164', + '2017': '5230779', + CountryName: 'Honduras', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/hn.svg' + }, + { + '1960': '2620415', + '1961': '2702168', + '1962': '2828656', + '1963': '2937424', + '1964': '3019108', + '1965': '3109377', + '1966': '3146833', + '1967': '3237272', + '1968': '3316715', + '1969': '3379985', + '1970': '3473191', + '1971': '3561442', + '1972': '3648314', + '1973': '3770528', + '1974': '3909419', + '1975': '4001832', + '1976': '4069679', + '1977': '4145727', + '1978': '4238137', + '1979': '4493175', + '1980': '4631623', + '1981': '4758050', + '1982': '4848078', + '1983': '4937590', + '1984': '5001316', + '1985': '5069901', + '1986': '5206825', + '1987': '5405272', + '1988': '5532437', + '1989': '5634683', + '1990': '5676947', + '1991': '5742337', + '1992': '5799282', + '1993': '5901000', + '1994': '6035400', + '1995': '6156100', + '1996': '6435500', + '1997': '6489300', + '1998': '6543700', + '1999': '6606500', + '2000': '6665000', + '2001': '6714300', + '2002': '6744100', + '2003': '6730800', + '2004': '6783500', + '2005': '6813200', + '2006': '6857100', + '2007': '6916300', + '2008': '6957800', + '2009': '6972800', + '2010': '7024200', + '2011': '7071600', + '2012': '7150100', + '2013': '7178900', + '2014': '7229500', + '2015': '7291300', + '2016': '7336600', + '2017': '7391700', + CountryName: 'Hong Kong SAR, China', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/hk.svg' + }, + { + '1960': '5582136', + '1961': '5650018', + '1962': '5710839', + '1963': '5768389', + '1964': '5829329', + '1965': '5888035', + '1966': '5948507', + '1967': '6013391', + '1968': '6079237', + '1969': '6147411', + '1970': '6214324', + '1971': '6276403', + '1972': '6339439', + '1973': '6404030', + '1974': '6476897', + '1975': '6559474', + '1976': '6640071', + '1977': '6715287', + '1978': '6782725', + '1979': '6839204', + '1980': '6875576', + '1981': '6895431', + '1982': '6910744', + '1983': '6919717', + '1984': '6925194', + '1985': '6931780', + '1986': '6938994', + '1987': '6946357', + '1988': '6954686', + '1989': '6898019', + '1990': '6830026', + '1991': '6816672', + '1992': '6800940', + '1993': '6780138', + '1994': '6757831', + '1995': '6735415', + '1996': '6710863', + '1997': '6684288', + '1998': '6655715', + '1999': '6623887', + '2000': '6593735', + '2001': '6588305', + '2002': '6611324', + '2003': '6633742', + '2004': '6660205', + '2005': '6694281', + '2006': '6737243', + '2007': '6779707', + '2008': '6820246', + '2009': '6861506', + '2010': '6891116', + '2011': '6916190', + '2012': '6912310', + '2013': '6920508', + '2014': '6928924', + '2015': '6939335', + '2016': '6946267', + '2017': '6950664', + CountryName: 'Hungary', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/hu.svg' + }, + { + '1960': '140986', + '1961': '144661', + '1962': '148268', + '1963': '151829', + '1964': '155450', + '1965': '159059', + '1966': '162665', + '1967': '166198', + '1968': '169365', + '1969': '171812', + '1970': '173568', + '1971': '175738', + '1972': '179084', + '1973': '182557', + '1974': '185790', + '1975': '188920', + '1976': '191538', + '1977': '193688', + '1978': '195917', + '1979': '198545', + '1980': '201355', + '1981': '204294', + '1982': '207668', + '1983': '211056', + '1984': '213929', + '1985': '216226', + '1986': '218415', + '1987': '221413', + '1988': '225500', + '1989': '228892', + '1990': '231255', + '1991': '234420', + '1992': '237854', + '1993': '240747', + '1994': '243303', + '1995': '245081', + '1996': '246857', + '1997': '249329', + '1998': '252455', + '1999': '255931', + '2000': '259836', + '2001': '263687', + '2002': '266425', + '2003': '268644', + '2004': '271378', + '2005': '276072', + '2006': '283000', + '2007': '290623', + '2008': '296449', + '2009': '297832', + '2010': '297604', + '2011': '298556', + '2012': '300190', + '2013': '303150', + '2014': '306653', + '2015': '309974', + '2016': '314424', + '2017': '320032', + CountryName: 'Iceland', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/is.svg' + }, + { + '1960': '80564904', + '1961': '82675812', + '1962': '85233375', + '1963': '87889023', + '1964': '90647749', + '1965': '93493389', + '1966': '96433890', + '1967': '99476360', + '1968': '102633471', + '1969': '105929223', + '1970': '109387114', + '1971': '113194002', + '1972': '117742214', + '1973': '122484460', + '1974': '127425919', + '1975': '132536083', + '1976': '137816239', + '1977': '143275833', + '1978': '148932756', + '1979': '154813017', + '1980': '160943057', + '1981': '166990850', + '1982': '172591889', + '1983': '178363968', + '1984': '184282446', + '1985': '190320201', + '1986': '196478756', + '1987': '202752462', + '1988': '209148059', + '1989': '215666932', + '1990': '222293000', + '1991': '228922786', + '1992': '235420524', + '1993': '242019983', + '1994': '248732500', + '1995': '255555657', + '1996': '262509794', + '1997': '269578709', + '1998': '276751329', + '1999': '284012050', + '2000': '291347596', + '2001': '299135188', + '2002': '307805121', + '2003': '316585717', + '2004': '325487024', + '2005': '334483094', + '2006': '343585192', + '2007': '352795471', + '2008': '362089053', + '2009': '371408805', + '2010': '380742328', + '2011': '390085540', + '2012': '399558252', + '2013': '409178263', + '2014': '419003394', + '2015': '429068623', + '2016': '439386539', + '2017': '449964523', + CountryName: 'India', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/in.svg' + }, + { + '1960': '12805416', + '1961': '13359388', + '1962': '13937384', + '1963': '14542566', + '1964': '15175879', + '1965': '15837771', + '1966': '16530973', + '1967': '17255493', + '1968': '18008881', + '1969': '18792477', + '1970': '19603445', + '1971': '20445316', + '1972': '21523171', + '1973': '22711492', + '1974': '23954541', + '1975': '25251977', + '1976': '26605142', + '1977': '28010966', + '1978': '29477937', + '1979': '31006079', + '1980': '32601270', + '1981': '34445822', + '1982': '36472749', + '1983': '38586526', + '1984': '40783091', + '1985': '43050032', + '1986': '45389398', + '1987': '47800744', + '1988': '50288263', + '1989': '52847933', + '1990': '55490637', + '1991': '58362649', + '1992': '61405143', + '1993': '64532549', + '1994': '67750902', + '1995': '71054514', + '1996': '74438287', + '1997': '77897532', + '1998': '81448955', + '1999': '85097234', + '2000': '88851211', + '2001': '91772317', + '2002': '94763911', + '2003': '97825035', + '2004': '100959778', + '2005': '104156362', + '2006': '107421779', + '2007': '110751388', + '2008': '114147586', + '2009': '117597550', + '2010': '121053491', + '2011': '124315715', + '2012': '127617366', + '2013': '130943362', + '2014': '134288263', + '2015': '137633967', + '2016': '140973624', + '2017': '144295048', + CountryName: 'Indonesia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/id.svg' + }, + { + '1960': '7390294', + '1961': '7730791', + '1962': '8086767', + '1963': '8458177', + '1964': '8845955', + '1965': '9250362', + '1966': '9673820', + '1967': '10147477', + '1968': '10660982', + '1969': '11195224', + '1970': '11751194', + '1971': '12330342', + '1972': '12936159', + '1973': '13573156', + '1974': '14250075', + '1975': '14973247', + '1976': '15744067', + '1977': '16524650', + '1978': '17342416', + '1979': '18235549', + '1980': '19215399', + '1981': '20283359', + '1982': '21433795', + '1983': '22658786', + '1984': '23945617', + '1985': '25278636', + '1986': '26664206', + '1987': '28013726', + '1988': '29327994', + '1989': '30562343', + '1990': '31672210', + '1991': '32626626', + '1992': '33589063', + '1993': '34521071', + '1994': '35464779', + '1995': '36488345', + '1996': '37619262', + '1997': '38788361', + '1998': '39994126', + '1999': '41196375', + '2000': '42352162', + '2001': '43450296', + '2002': '44507326', + '2003': '45534748', + '2004': '46552259', + '2005': '47575567', + '2006': '48605193', + '2007': '49603499', + '2008': '50597057', + '2009': '51614455', + '2010': '52664050', + '2011': '53750006', + '2012': '54859262', + '2013': '55981911', + '2014': '57106798', + '2015': '58217266', + '2016': '59308964', + '2017': '60380245', + CountryName: 'Iran, Islamic Rep.', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ir.svg' + }, + { + '1960': '3127235', + '1961': '3321448', + '1962': '3528454', + '1963': '3749759', + '1964': '3987431', + '1965': '4242423', + '1966': '4487186', + '1967': '4737203', + '1968': '5002620', + '1969': '5280598', + '1970': '5569344', + '1971': '5867812', + '1972': '6176424', + '1973': '6495465', + '1974': '6827089', + '1975': '7171884', + '1976': '7530295', + '1977': '7900718', + '1978': '8252709', + '1979': '8597948', + '1980': '8945815', + '1981': '9296422', + '1982': '9650421', + '1983': '10005628', + '1984': '10359812', + '1985': '10711420', + '1986': '11059207', + '1987': '11405874', + '1988': '11668254', + '1989': '11909218', + '1990': '12176945', + '1991': '12474134', + '1992': '12798353', + '1993': '13147121', + '1994': '13515432', + '1995': '13899329', + '1996': '14298823', + '1997': '14713431', + '1998': '15175468', + '1999': '15658268', + '2000': '16141365', + '2001': '16624505', + '2002': '17109357', + '2003': '17595415', + '2004': '18082668', + '2005': '18572614', + '2006': '19061426', + '2007': '19553343', + '2008': '20065626', + '2009': '20621331', + '2010': '21257949', + '2011': '21976695', + '2012': '22757429', + '2013': '23580975', + '2014': '24419541', + '2015': '25252423', + '2016': '26076771', + '2017': '26898636', + CountryName: 'Iraq', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/iq.svg' + }, + { + '1960': '1278075', + '1961': '1282080', + '1962': '1293324', + '1963': '1306885', + '1964': '1319272', + '1965': '1330262', + '1966': '1347250', + '1967': '1387226', + '1968': '1427337', + '1969': '1469698', + '1970': '1516360', + '1971': '1563915', + '1972': '1597717', + '1973': '1634072', + '1974': '1672099', + '1975': '1710683', + '1976': '1747737', + '1977': '1782727', + '1978': '1819520', + '1979': '1855360', + '1980': '1888405', + '1981': '1921042', + '1982': '1944867', + '1983': '1964356', + '1984': '1982219', + '1985': '1991056', + '1986': '1997341', + '1987': '2002008', + '1988': '1997871', + '1989': '1994394', + '1990': '2000470', + '1991': '2017094', + '1992': '2038731', + '1993': '2056779', + '1994': '2072766', + '1995': '2091287', + '1996': '2116049', + '1997': '2146414', + '1998': '2178016', + '1999': '2211944', + '2000': '2250951', + '2001': '2296510', + '2002': '2345367', + '2003': '2394915', + '2004': '2450379', + '2005': '2515791', + '2006': '2595694', + '2007': '2680715', + '2008': '2744952', + '2009': '2782090', + '2010': '2806411', + '2011': '2827835', + '2012': '2849043', + '2013': '2873286', + '2014': '2903635', + '2015': '2940510', + '2016': '2983355', + '2017': '3030022', + CountryName: 'Ireland', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ie.svg' + }, + { + '1960': '26703', + '1961': '26721', + '1962': '26914', + '1963': '27243', + '1964': '27692', + '1965': '28232', + '1966': '28827', + '1967': '29348', + '1968': '29903', + '1969': '30446', + '1970': '30944', + '1971': '31307', + '1972': '31303', + '1973': '31256', + '1974': '31201', + '1975': '31168', + '1976': '31301', + '1977': '31824', + '1978': '32321', + '1979': '32705', + '1980': '32909', + '1981': '32901', + '1982': '32718', + '1983': '32477', + '1984': '32349', + '1985': '32455', + '1986': '32838', + '1987': '33451', + '1988': '34182', + '1989': '34873', + '1990': '35409', + '1991': '35754', + '1992': '35956', + '1993': '36057', + '1994': '36147', + '1995': '36284', + '1996': '36478', + '1997': '36710', + '1998': '36986', + '1999': '37282', + '2000': '37600', + '2001': '37938', + '2002': '38302', + '2003': '38688', + '2004': '39092', + '2005': '39509', + '2006': '39935', + '2007': '40371', + '2008': '40805', + '2009': '41230', + '2010': '41633', + '2011': '42004', + '2012': '42369', + '2013': '42725', + '2014': '43081', + '2015': '43451', + '2016': '43830', + '2017': '44215', + CountryName: 'Isle of Man', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/im.svg' + }, + { + '1960': '1624582', + '1961': '1703972', + '1962': '1805829', + '1963': '1891353', + '1964': '1985742', + '1965': '2074492', + '1966': '2146053', + '1967': '2259135', + '1968': '2325145', + '1969': '2404654', + '1970': '2503959', + '1971': '2602174', + '1972': '2686849', + '1973': '2812295', + '1974': '2911784', + '1975': '2993516', + '1976': '3075582', + '1977': '3159569', + '1978': '3241222', + '1979': '3339820', + '1980': '3435249', + '1981': '3518466', + '1982': '3599159', + '1983': '3678408', + '1984': '3731413', + '1985': '3802419', + '1986': '3866349', + '1987': '3934022', + '1988': '4004463', + '1989': '4077721', + '1990': '4210729', + '1991': '4477014', + '1992': '4639645', + '1993': '4769938', + '1994': '4900510', + '1995': '5038520', + '1996': '5176476', + '1997': '5311285', + '1998': '5438029', + '1999': '5582264', + '2000': '5735757', + '2001': '5876682', + '2002': '6000381', + '2003': '6113918', + '2004': '6227239', + '2005': '6342289', + '2006': '6459778', + '2007': '6579915', + '2008': '6702316', + '2009': '6869011', + '2010': '7000447', + '2011': '7136149', + '2012': '7274496', + '2013': '7417238', + '2014': '7566988', + '2015': '7724692', + '2016': '7884198', + '2017': '8044682', + CountryName: 'Israel', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/il.svg' + }, + { + '1960': '29799044', + '1961': '30249038', + '1962': '30708292', + '1963': '31188380', + '1964': '31702827', + '1965': '32227841', + '1966': '32737193', + '1967': '33233152', + '1968': '33703021', + '1969': '34152929', + '1970': '34592379', + '1971': '35012585', + '1972': '35369083', + '1973': '35720365', + '1974': '36065654', + '1975': '36393136', + '1976': '36687131', + '1977': '36955192', + '1978': '37198851', + '1979': '37418639', + '1980': '37607540', + '1981': '37764025', + '1982': '37819718', + '1983': '37822134', + '1984': '37819273', + '1985': '37818886', + '1986': '37809627', + '1987': '37802166', + '1988': '37809110', + '1989': '37826147', + '1990': '37846480', + '1991': '37861339', + '1992': '37907512', + '1993': '37964793', + '1994': '38006634', + '1995': '38041344', + '1996': '38086153', + '1997': '38140443', + '1998': '38185563', + '1999': '38226137', + '2000': '38277624', + '2001': '38333314', + '2002': '38447500', + '2003': '38686985', + '2004': '39006818', + '2005': '39267369', + '2006': '39454178', + '2007': '39722857', + '2008': '40056298', + '2009': '40308358', + '2010': '40502481', + '2011': '40641670', + '2012': '40894259', + '2013': '41548775', + '2014': '42109853', + '2015': '42247229', + '2016': '42351339', + '2017': '42473185', + CountryName: 'Italy', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/it.svg' + }, + { + '1960': '549844', + '1961': '569528', + '1962': '590694', + '1963': '612967', + '1964': '635781', + '1965': '658582', + '1966': '681218', + '1967': '703844', + '1968': '726876', + '1969': '750788', + '1970': '774982', + '1971': '796983', + '1972': '820270', + '1973': '844363', + '1974': '868585', + '1975': '892468', + '1976': '915684', + '1977': '938323', + '1978': '961130', + '1979': '985111', + '1980': '1010986', + '1981': '1039149', + '1982': '1068777', + '1983': '1091723', + '1984': '1113374', + '1985': '1132462', + '1986': '1148457', + '1987': '1161850', + '1988': '1173693', + '1989': '1185561', + '1990': '1198642', + '1991': '1213438', + '1992': '1230117', + '1993': '1247776', + '1994': '1265948', + '1995': '1284325', + '1996': '1302902', + '1997': '1321739', + '1998': '1340545', + '1999': '1358914', + '2000': '1376628', + '2001': '1393465', + '2002': '1408397', + '2003': '1422359', + '2004': '1436019', + '2005': '1449489', + '2006': '1462893', + '2007': '1476104', + '2008': '1489116', + '2009': '1501782', + '2010': '1514053', + '2011': '1525946', + '2012': '1537886', + '2013': '1549957', + '2014': '1562242', + '2015': '1574768', + '2016': '1587569', + '2017': '1600590', + CountryName: 'Jamaica', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/jm.svg' + }, + { + '1960': '58526962', + '1961': '60965749', + '1962': '62428798', + '1963': '63957880', + '1964': '65516029', + '1965': '67107937', + '1966': '68559722', + '1967': '70019991', + '1968': '71062053', + '1969': '73357355', + '1970': '75000056', + '1971': '76805782', + '1972': '78731730', + '1973': '80216234', + '1974': '82593959', + '1975': '84756490', + '1976': '85642808', + '1977': '86538157', + '1978': '87391419', + '1979': '88197927', + '1980': '88958689', + '1981': '89733659', + '1982': '90474900', + '1983': '91224787', + '1984': '91937389', + '1985': '92632808', + '1986': '93348378', + '1987': '93963675', + '1988': '94519909', + '1989': '95061557', + '1990': '95542280', + '1991': '96005316', + '1992': '96414127', + '1993': '96821759', + '1994': '97320876', + '1995': '97862490', + '1996': '98272808', + '1997': '98667335', + '1998': '99095072', + '1999': '99434460', + '2000': '99760751', + '2001': '101706485', + '2002': '104055019', + '2003': '106256267', + '2004': '108136910', + '2005': '109856670', + '2006': '111383848', + '2007': '112827761', + '2008': '114107975', + '2009': '115228215', + '2010': '116302928', + '2011': '116416235', + '2012': '116331281', + '2013': '116262976', + '2014': '116208079', + '2015': '116182717', + '2016': '116145370', + '2017': '116053379', + CountryName: 'Japan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/jp.svg' + }, + { + '1960': '474323', + '1961': '510012', + '1962': '537329', + '1963': '562059', + '1964': '593841', + '1965': '636249', + '1966': '691257', + '1967': '757013', + '1968': '828505', + '1969': '898627', + '1970': '962093', + '1971': '1017263', + '1972': '1065614', + '1973': '1108618', + '1974': '1149070', + '1975': '1189272', + '1976': '1229301', + '1977': '1269035', + '1978': '1310567', + '1979': '1356337', + '1980': '1425342', + '1981': '1512748', + '1982': '1609602', + '1983': '1714596', + '1984': '1825407', + '1985': '1940194', + '1986': '2057170', + '1987': '2177218', + '1988': '2305104', + '1989': '2447642', + '1990': '2609586', + '1991': '2794619', + '1992': '2999402', + '1993': '3212456', + '1994': '3417414', + '1995': '3576331', + '1996': '3689147', + '1997': '3780379', + '1998': '3855845', + '1999': '3924560', + '2000': '3994220', + '2001': '4065614', + '2002': '4139892', + '2003': '4226106', + '2004': '4335533', + '2005': '4541861', + '2006': '4804948', + '2007': '5101393', + '2008': '5431462', + '2009': '5793037', + '2010': '6183176', + '2011': '6603229', + '2012': '7048251', + '2013': '7498500', + '2014': '7928375', + '2015': '8266820', + '2016': '8558068', + '2017': '8804594', + CountryName: 'Jordan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/jo.svg' + }, + { + '1960': '4293509', + '1961': '4532708', + '1962': '4770603', + '1963': '5003536', + '1964': '5228041', + '1965': '5452216', + '1966': '5662917', + '1967': '5859779', + '1968': '6046922', + '1969': '6230759', + '1970': '6408730', + '1971': '6581101', + '1972': '6755503', + '1973': '6929978', + '1974': '7100797', + '1975': '7231119', + '1976': '7353713', + '1977': '7470406', + '1978': '7584615', + '1979': '7712618', + '1980': '7860836', + '1981': '8014706', + '1982': '8172964', + '1983': '8336063', + '1984': '8504655', + '1985': '8627224', + '1986': '8755397', + '1987': '8885484', + '1988': '9004706', + '1989': '9157731', + '1990': '9198366', + '1991': '9241068', + '1992': '9219538', + '1993': '9143728', + '1994': '8997216', + '1995': '8844256', + '1996': '8714741', + '1997': '8581354', + '1998': '8437818', + '1999': '8363651', + '2000': '8349417', + '2001': '8346075', + '2002': '8357267', + '2003': '8396312', + '2004': '8465822', + '2005': '8552467', + '2006': '8654578', + '2007': '8765446', + '2008': '8884337', + '2009': '9133481', + '2010': '9275230', + '2011': '9421047', + '2012': '9566957', + '2013': '9718100', + '2014': '9874723', + '2015': '10032906', + '2016': '10189588', + '2017': '10342065', + CountryName: 'Kazakhstan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kz.svg' + }, + { + '1960': '596722', + '1961': '632543', + '1962': '670816', + '1963': '716059', + '1964': '765269', + '1965': '817880', + '1966': '874399', + '1967': '935126', + '1968': '1000339', + '1969': '1070470', + '1970': '1158444', + '1971': '1256447', + '1972': '1363225', + '1973': '1479149', + '1974': '1605073', + '1975': '1741663', + '1976': '1889975', + '1977': '2050233', + '1978': '2223987', + '1979': '2412236', + '1980': '2535197', + '1981': '2650352', + '1982': '2770878', + '1983': '2896235', + '1984': '3026061', + '1985': '3159720', + '1986': '3297262', + '1987': '3438436', + '1988': '3583198', + '1989': '3731054', + '1990': '3919452', + '1991': '4120929', + '1992': '4329249', + '1993': '4544313', + '1994': '4765984', + '1995': '4994283', + '1996': '5229567', + '1997': '5471748', + '1998': '5722352', + '1999': '5982378', + '2000': '6256130', + '2001': '6541545', + '2002': '6839097', + '2003': '7149731', + '2004': '7474468', + '2005': '7813466', + '2006': '8168124', + '2007': '8538861', + '2008': '8925839', + '2009': '9328191', + '2010': '9746644', + '2011': '10183670', + '2012': '10639302', + '2013': '11114369', + '2014': '11607776', + '2015': '12119879', + '2016': '12650892', + '2017': '13201277', + CountryName: 'Kenya', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ke.svg' + }, + { + '1960': '6717', + '1961': '7149', + '1962': '7606', + '1963': '8089', + '1964': '8594', + '1965': '9116', + '1966': '9658', + '1967': '10219', + '1968': '10798', + '1969': '11503', + '1970': '12328', + '1971': '13187', + '1972': '14080', + '1973': '15008', + '1974': '15748', + '1975': '16333', + '1976': '16940', + '1977': '17568', + '1978': '18219', + '1979': '18743', + '1980': '19157', + '1981': '19562', + '1982': '19971', + '1983': '20403', + '1984': '20891', + '1985': '21467', + '1986': '22163', + '1987': '22947', + '1988': '23773', + '1989': '24585', + '1990': '25335', + '1991': '25995', + '1992': '26584', + '1993': '27137', + '1994': '27696', + '1995': '28301', + '1996': '29500', + '1997': '31073', + '1998': '32733', + '1999': '34464', + '2000': '36259', + '2001': '37325', + '2002': '37987', + '2003': '38680', + '2004': '39415', + '2005': '40208', + '2006': '41503', + '2007': '43211', + '2008': '44993', + '2009': '46811', + '2010': '48647', + '2011': '50481', + '2012': '52328', + '2013': '54188', + '2014': '56083', + '2015': '58023', + '2016': '60000', + '2017': '61996', + CountryName: 'Kiribati', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ki.svg' + }, + { + '1960': '4591948', + '1961': '4801792', + '1962': '5002265', + '1963': '5202147', + '1964': '5416792', + '1965': '5657804', + '1966': '5928685', + '1967': '6225377', + '1968': '6670524', + '1969': '7230596', + '1970': '7810437', + '1971': '8101104', + '1972': '8395298', + '1973': '8685964', + '1974': '8965387', + '1975': '9227778', + '1976': '9393163', + '1977': '9537097', + '1978': '9668482', + '1979': '9800200', + '1980': '9941648', + '1981': '10115489', + '1982': '10300538', + '1983': '10493294', + '1984': '10688400', + '1985': '10881595', + '1986': '11071095', + '1987': '11258893', + '1988': '11448171', + '1989': '11643563', + '1990': '11847897', + '1991': '12062742', + '1992': '12285859', + '1993': '12509840', + '1994': '12717847', + '1995': '12902692', + '1996': '13068443', + '1997': '13217337', + '1998': '13354498', + '1999': '13487796', + '2000': '13622622', + '2001': '13761345', + '2002': '13901661', + '2003': '14040268', + '2004': '14172917', + '2005': '14295887', + '2006': '14408747', + '2007': '14512776', + '2008': '14610822', + '2009': '14725515', + '2010': '14847670', + '2011': '14971082', + '2012': '15095843', + '2013': '15220957', + '2014': '15345595', + '2015': '15468715', + '2016': '15594344', + '2017': '15722317', + CountryName: 'Korea, Dem. People’s Rep.', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kp.svg' + }, + { + '1960': '6930929', + '1961': '7351204', + '1962': '7811004', + '1963': '8289479', + '1964': '8779189', + '1965': '9286249', + '1966': '9815880', + '1967': '10537106', + '1968': '11362681', + '1969': '12225296', + '1970': '13123306', + '1971': '13896560', + '1972': '14639182', + '1973': '15391092', + '1974': '16159311', + '1975': '16946391', + '1976': '17823527', + '1977': '18743336', + '1978': '19679806', + '1979': '20636698', + '1980': '21623805', + '1981': '22617087', + '1982': '23619800', + '1983': '24621925', + '1984': '25577374', + '1985': '26473134', + '1986': '27480866', + '1987': '28537079', + '1988': '29585374', + '1989': '30626132', + '1990': '31656393', + '1991': '32459655', + '1992': '33169705', + '1993': '33872973', + '1994': '34575766', + '1995': '35280305', + '1996': '35810625', + '1997': '36259672', + '1998': '36633453', + '1999': '37006183', + '2000': '37428328', + '2001': '37867709', + '2002': '38258247', + '2003': '38626122', + '2004': '38947802', + '2005': '39195731', + '2006': '39490771', + '2007': '39740941', + '2008': '40093884', + '2009': '40351067', + '2010': '40602657', + '2011': '40909592', + '2012': '41089082', + '2013': '41240244', + '2014': '41463573', + '2015': '41645542', + '2016': '41797024', + '2017': '41946498', + CountryName: 'Korea, Rep.', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kr.svg' + }, + { + '1960': '201925', + '1961': '228374', + '1962': '259338', + '1963': '294457', + '1964': '333133', + '1965': '375400', + '1966': '423643', + '1967': '475255', + '1968': '529320', + '1969': '584571', + '1970': '639688', + '1971': '692539', + '1972': '745146', + '1973': '798607', + '1974': '854640', + '1975': '916132', + '1976': '988403', + '1977': '1063822', + '1978': '1141669', + '1979': '1220766', + '1980': '1300697', + '1981': '1380509', + '1982': '1457118', + '1983': '1533756', + '1984': '1615282', + '1985': '1702527', + '1986': '1797859', + '1987': '1902633', + '1988': '1997006', + '1989': '2054155', + '1990': '2057077', + '1991': '1994704', + '1992': '', + '1993': '', + '1994': '', + '1995': '1579984', + '1996': '1604408', + '1997': '1690047', + '1998': '1812572', + '1999': '1934795', + '2000': '2030234', + '2001': '2107414', + '2002': '2143833', + '2003': '2169118', + '2004': '2207939', + '2005': '2276623', + '2006': '2377258', + '2007': '2503410', + '2008': '2652340', + '2009': '2818939', + '2010': '2998083', + '2011': '3191051', + '2012': '3395556', + '2013': '3598385', + '2014': '3782450', + '2015': '3935794', + '2016': '4052584', + '2017': '4136528', + CountryName: 'Kuwait', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kw.svg' + }, + { + '1960': '742514', + '1961': '778534', + '1962': '813050', + '1963': '849091', + '1964': '886206', + '1965': '922554', + '1966': '960953', + '1967': '999643', + '1968': '1039135', + '1969': '1077271', + '1970': '1108956', + '1971': '1136657', + '1972': '1165888', + '1973': '1195196', + '1974': '1226436', + '1975': '1257236', + '1976': '1287423', + '1977': '1317380', + '1978': '1346753', + '1979': '1373807', + '1980': '1397293', + '1981': '1421871', + '1982': '1448346', + '1983': '1476863', + '1984': '1504955', + '1985': '1531357', + '1986': '1558567', + '1987': '1586429', + '1988': '1612568', + '1989': '1639650', + '1990': '1658864', + '1991': '1673404', + '1992': '1679864', + '1993': '1667475', + '1994': '1654017', + '1995': '1657660', + '1996': '1669279', + '1997': '1680607', + '1998': '1693186', + '1999': '1708661', + '2000': '1729037', + '2001': '1745422', + '2002': '1761468', + '2003': '1779932', + '2004': '1801551', + '2005': '1821882', + '2006': '1841521', + '2007': '1859060', + '2008': '1876703', + '2009': '1899444', + '2010': '1923436', + '2011': '1949521', + '2012': '1986238', + '2013': '2031430', + '2014': '2079480', + '2015': '2131200', + '2016': '2185215', + '2017': '2240912', + CountryName: 'Kyrgyz Republic', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kg.svg' + }, + { + '1960': '168526', + '1961': '174062', + '1962': '179800', + '1963': '185733', + '1964': '191896', + '1965': '198303', + '1966': '204892', + '1967': '217032', + '1968': '229963', + '1969': '243805', + '1970': '258761', + '1971': '274983', + '1972': '292465', + '1973': '309357', + '1974': '324131', + '1975': '338145', + '1976': '351145', + '1977': '363256', + '1978': '375286', + '1979': '388311', + '1980': '403260', + '1981': '420407', + '1982': '439781', + '1983': '461166', + '1984': '484305', + '1985': '509077', + '1986': '535643', + '1987': '563866', + '1988': '593637', + '1989': '624817', + '1990': '657380', + '1991': '691263', + '1992': '726366', + '1993': '762379', + '1994': '798944', + '1995': '843167', + '1996': '903892', + '1997': '966806', + '1998': '1032161', + '1999': '1100198', + '2000': '1171221', + '2001': '1244972', + '2002': '1321764', + '2003': '1401944', + '2004': '1486506', + '2005': '1564290', + '2006': '1623079', + '2007': '1684742', + '2008': '1748659', + '2009': '1813313', + '2010': '1877880', + '2011': '1941847', + '2012': '2005638', + '2013': '2069945', + '2014': '2136474', + '2015': '2206306', + '2016': '2279998', + '2017': '2357012', + CountryName: 'Lao PDR', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/la.svg' + }, + { + '1960': '1121298', + '1961': '1155193', + '1962': '1188070', + '1963': '1221599', + '1964': '1255757', + '1965': '1287767', + '1966': '1315521', + '1967': '1343866', + '1968': '1375002', + '1969': '1404638', + '1970': '1432319', + '1971': '1459887', + '1972': '1488241', + '1973': '1517255', + '1974': '1547223', + '1975': '1575779', + '1976': '1601843', + '1977': '1627400', + '1978': '1652200', + '1979': '1671120', + '1980': '1685226', + '1981': '1699098', + '1982': '1714098', + '1983': '1731364', + '1984': '1749443', + '1985': '1768075', + '1986': '1788258', + '1987': '1810950', + '1988': '1833841', + '1989': '1845533', + '1990': '1844232', + '1991': '1834229', + '1992': '1800024', + '1993': '1763518', + '1994': '1736816', + '1995': '1708476', + '1996': '1686883', + '1997': '1668936', + '1998': '1649682', + '1999': '1630787', + '2000': '1611520', + '2001': '1588107', + '2002': '1567452', + '2003': '1551233', + '2004': '1536660', + '2005': '1522383', + '2006': '1507751', + '2007': '1494021', + '2008': '1476965', + '2009': '1452351', + '2010': '1423002', + '2011': '1397904', + '2012': '1381242', + '2013': '1367090', + '2014': '1354815', + '2015': '1344323', + '2016': '1332897', + '2017': '1321159', + CountryName: 'Latvia', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lv.svg' + }, + { + '1960': '764260', + '1961': '821153', + '1962': '880852', + '1963': '942369', + '1964': '1004417', + '1965': '1065737', + '1966': '1125238', + '1967': '1182811', + '1968': '1240370', + '1969': '1300758', + '1970': '1366372', + '1971': '1437081', + '1972': '1512393', + '1973': '1589254', + '1974': '1661765', + '1975': '1725146', + '1976': '1776936', + '1977': '1818074', + '1978': '1852033', + '1979': '1884336', + '1980': '1919371', + '1981': '1959168', + '1982': '2002872', + '1983': '2047858', + '1984': '2089847', + '1985': '2125796', + '1986': '2153979', + '1987': '2176378', + '1988': '2198914', + '1989': '2215239', + '1990': '2246747', + '1991': '2297535', + '1992': '2365228', + '1993': '2441272', + '1994': '2513303', + '1995': '2572925', + '1996': '2614677', + '1997': '2642965', + '1998': '2670836', + '1999': '2711085', + '2000': '2782415', + '2001': '2893443', + '2002': '3038095', + '2003': '3196806', + '2004': '3341494', + '2005': '3453690', + '2006': '3520238', + '2007': '3551180', + '2008': '3578338', + '2009': '3647168', + '2010': '3787799', + '2011': '4014088', + '2012': '4308540', + '2013': '4631890', + '2014': '4927916', + '2015': '5155504', + '2016': '5301846', + '2017': '5378567', + CountryName: 'Lebanon', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lb.svg' + }, + { + '1960': '29908', + '1961': '34312', + '1962': '39380', + '1963': '45193', + '1964': '51845', + '1965': '59436', + '1966': '67273', + '1967': '72135', + '1968': '77356', + '1969': '82945', + '1970': '88925', + '1971': '95312', + '1972': '101972', + '1973': '108879', + '1974': '116375', + '1975': '124522', + '1976': '132282', + '1977': '136481', + '1978': '140884', + '1979': '145412', + '1980': '150009', + '1981': '154659', + '1982': '159359', + '1983': '164034', + '1984': '168609', + '1985': '173012', + '1986': '178558', + '1987': '189066', + '1988': '199999', + '1989': '211581', + '1990': '224022', + '1991': '237446', + '1992': '251835', + '1993': '267008', + '1994': '282687', + '1995': '298638', + '1996': '314042', + '1997': '326769', + '1998': '339486', + '1999': '352303', + '2000': '365293', + '2001': '378455', + '2002': '391819', + '2003': '405428', + '2004': '419406', + '2005': '433754', + '2006': '448564', + '2007': '461952', + '2008': '475903', + '2009': '490526', + '2010': '506016', + '2011': '522440', + '2012': '537195', + '2013': '552652', + '2014': '568676', + '2015': '585153', + '2016': '602018', + '2017': '619305', + CountryName: 'Lesotho', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ls.svg' + }, + { + '1960': '208737', + '1961': '220879', + '1962': '233733', + '1963': '247325', + '1964': '261740', + '1965': '277007', + '1966': '293200', + '1967': '310379', + '1968': '328638', + '1969': '348017', + '1970': '368652', + '1971': '390598', + '1972': '413952', + '1973': '438784', + '1974': '465317', + '1975': '493711', + '1976': '523614', + '1977': '554892', + '1978': '588216', + '1979': '624446', + '1980': '664063', + '1981': '707875', + '1982': '755300', + '1983': '803186', + '1984': '860052', + '1985': '929051', + '1986': '989856', + '1987': '1042204', + '1988': '1086767', + '1989': '1125744', + '1990': '1162328', + '1991': '1194955', + '1992': '1112885', + '1993': '1040309', + '1994': '985931', + '1995': '952972', + '1996': '941418', + '1997': '1021311', + '1998': '1113437', + '1999': '1202860', + '2000': '1278737', + '2001': '1336228', + '2002': '1378809', + '2003': '1413554', + '2004': '1451812', + '2005': '1501829', + '2006': '1566254', + '2007': '1642015', + '2008': '1724830', + '2009': '1808379', + '2010': '1887717', + '2011': '1961536', + '2012': '2031529', + '2013': '2099640', + '2014': '2168892', + '2015': '2241711', + '2016': '2318631', + '2017': '2398934', + CountryName: 'Liberia', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lr.svg' + }, + { + '1960': '395751', + '1961': '422411', + '1962': '451116', + '1963': '482119', + '1964': '515758', + '1965': '583535', + '1966': '661916', + '1967': '748526', + '1968': '843704', + '1969': '947351', + '1970': '1059744', + '1971': '1180739', + '1972': '1310191', + '1973': '1446980', + '1974': '1553514', + '1975': '1660751', + '1976': '1771545', + '1977': '1885646', + '1978': '2003887', + '1979': '2127329', + '1980': '2256652', + '1981': '2392023', + '1982': '2532831', + '1983': '2676858', + '1984': '2821276', + '1985': '2922768', + '1986': '3016116', + '1987': '3105292', + '1988': '3191227', + '1989': '3275646', + '1990': '3359573', + '1991': '3443529', + '1992': '3526949', + '1993': '3608599', + '1994': '3686889', + '1995': '3760790', + '1996': '3829689', + '1997': '3894958', + '1998': '3958609', + '1999': '4023343', + '2000': '4091098', + '2001': '4162142', + '2002': '4235679', + '2003': '4311254', + '2004': '4388044', + '2005': '4465004', + '2006': '4543585', + '2007': '4623269', + '2008': '4699126', + '2009': '4764444', + '2010': '4815137', + '2011': '4848087', + '2012': '4866376', + '2013': '4879698', + '2014': '4901804', + '2015': '4942449', + '2016': '5005653', + '2017': '5088027', + CountryName: 'Libya', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ly.svg' + }, + { + '1960': '3371', + '1961': '3432', + '1962': '3476', + '1963': '3524', + '1964': '3576', + '1965': '3631', + '1966': '3690', + '1967': '3753', + '1968': '3815', + '1969': '3874', + '1970': '3924', + '1971': '3990', + '1972': '4066', + '1973': '4139', + '1974': '4213', + '1975': '4294', + '1976': '4382', + '1977': '4473', + '1978': '4567', + '1979': '4653', + '1980': '4727', + '1981': '4769', + '1982': '4784', + '1983': '4791', + '1984': '4797', + '1985': '4802', + '1986': '4811', + '1987': '4821', + '1988': '4833', + '1989': '4847', + '1990': '4866', + '1991': '4896', + '1992': '4937', + '1993': '4982', + '1994': '5030', + '1995': '5082', + '1996': '5103', + '1997': '5092', + '1998': '5080', + '1999': '5062', + '2000': '5036', + '2001': '5038', + '2002': '5071', + '2003': '5097', + '2004': '5118', + '2005': '5137', + '2006': '5153', + '2007': '5167', + '2008': '5180', + '2009': '5193', + '2010': '5207', + '2011': '5226', + '2012': '5250', + '2013': '5280', + '2014': '5314', + '2015': '5350', + '2016': '5387', + '2017': '5429', + CountryName: 'Liechtenstein', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/li.svg' + }, + { + '1960': '1096416', + '1961': '1141928', + '1962': '1186429', + '1963': '1230140', + '1964': '1275080', + '1965': '1320810', + '1966': '1367610', + '1967': '1415159', + '1968': '1462669', + '1969': '1507983', + '1970': '1555873', + '1971': '1612378', + '1972': '1670055', + '1973': '1726365', + '1974': '1782668', + '1975': '1838525', + '1976': '1894509', + '1977': '1950350', + '1978': '2005471', + '1979': '2050971', + '1980': '2087446', + '1981': '2126573', + '1982': '2168688', + '1983': '2213306', + '1984': '2258826', + '1985': '2305300', + '1986': '2354675', + '1987': '2406331', + '1988': '2459117', + '1989': '2492104', + '1990': '2499110', + '1991': '2501142', + '1992': '2496245', + '1993': '2482228', + '1994': '2462904', + '1995': '2441841', + '1996': '2421184', + '1997': '2401277', + '1998': '2381814', + '1999': '2362861', + '2000': '2344199', + '2001': '2322637', + '2002': '2300933', + '2003': '2279211', + '2004': '2250685', + '2005': '2213967', + '2006': '2181225', + '2007': '2157761', + '2008': '2137953', + '2009': '2114156', + '2010': '2067653', + '2011': '2020994', + '2012': '1997745', + '2013': '1981238', + '2014': '1967853', + '2015': '1952971', + '2016': '1932212', + '2017': '1909164', + CountryName: 'Lithuania', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lt.svg' + }, + { + '1960': '218385', + '1961': '221560', + '1962': '225946', + '1963': '229959', + '1964': '234207', + '1965': '238541', + '1966': '241914', + '1967': '244349', + '1968': '246598', + '1969': '249419', + '1970': '252255', + '1971': '256528', + '1972': '261780', + '1973': '266787', + '1974': '272384', + '1975': '277458', + '1976': '280890', + '1977': '283399', + '1978': '285895', + '1979': '288518', + '1980': '291473', + '1981': '293802', + '1982': '294251', + '1983': '294534', + '1984': '295042', + '1985': '295818', + '1986': '297355', + '1987': '299492', + '1988': '301882', + '1989': '305040', + '1990': '309096', + '1991': '313973', + '1992': '319732', + '1993': '325361', + '1994': '332341', + '1995': '338722', + '1996': '343082', + '1997': '347217', + '1998': '352047', + '1999': '359223', + '2000': '367434', + '2001': '374603', + '2002': '380583', + '2003': '387241', + '2004': '394773', + '2005': '402818', + '2006': '411237', + '2007': '419557', + '2008': '429035', + '2009': '438935', + '2010': '448892', + '2011': '460842', + '2012': '473864', + '2013': '486709', + '2014': '500042', + '2015': '513663', + '2016': '526490', + '2017': '543862', + CountryName: 'Luxembourg', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lu.svg' + }, + { + '1960': '159891', + '1961': '162501', + '1962': '168358', + '1963': '176462', + '1964': '185782', + '1965': '195461', + '1966': '205446', + '1967': '215699', + '1968': '225350', + '1969': '233321', + '1970': '238888', + '1971': '241794', + '1972': '242292', + '1973': '240954', + '1974': '238758', + '1975': '236532', + '1976': '234387', + '1977': '232361', + '1978': '231186', + '1979': '231735', + '1980': '234591', + '1981': '240153', + '1982': '248428', + '1983': '258606', + '1984': '269937', + '1985': '281814', + '1986': '294157', + '1987': '306968', + '1988': '319757', + '1989': '331942', + '1990': '343120', + '1991': '353074', + '1992': '361875', + '1993': '369852', + '1994': '377548', + '1995': '385339', + '1996': '393488', + '1997': '401564', + '1998': '409837', + '1999': '418604', + '2000': '427979', + '2001': '438081', + '2002': '448896', + '2003': '460147', + '2004': '471453', + '2005': '482559', + '2006': '493320', + '2007': '503823', + '2008': '514348', + '2009': '525313', + '2010': '536969', + '2011': '549439', + '2012': '562531', + '2013': '575841', + '2014': '588781', + '2015': '600942', + '2016': '612167', + '2017': '622567', + CountryName: 'Macao SAR, China', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mo.svg' + }, + { + '1960': '506445', + '1961': '530905', + '1962': '556983', + '1963': '584162', + '1964': '612702', + '1965': '642626', + '1966': '674297', + '1967': '707589', + '1968': '741943', + '1969': '776357', + '1970': '810135', + '1971': '839249', + '1972': '856892', + '1973': '874006', + '1974': '891985', + '1975': '911764', + '1976': '933788', + '1977': '957558', + '1978': '982219', + '1979': '1006329', + '1980': '1028849', + '1981': '1048562', + '1982': '1064239', + '1983': '1078352', + '1984': '1091378', + '1985': '1103635', + '1986': '1115347', + '1987': '1126352', + '1988': '1136544', + '1989': '1145664', + '1990': '1153600', + '1991': '1160779', + '1992': '1168616', + '1993': '1176350', + '1994': '1184939', + '1995': '1181760', + '1996': '1181331', + '1997': '1183203', + '1998': '1186409', + '1999': '1189473', + '2000': '1191346', + '2001': '1191774', + '2002': '1191042', + '2003': '1189365', + '2004': '1187142', + '2005': '1185316', + '2006': '1183894', + '2007': '1182764', + '2008': '1182023', + '2009': '1181804', + '2010': '1182164', + '2011': '1183165', + '2012': '1184793', + '2013': '1187094', + '2014': '1190072', + '2015': '1193689', + '2016': '1198005', + '2017': '1202983', + CountryName: 'Macedonia, FYR', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mk.svg' + }, + { + '1960': '542675', + '1961': '573078', + '1962': '605315', + '1963': '639540', + '1964': '675807', + '1965': '714171', + '1966': '754443', + '1967': '794053', + '1968': '836042', + '1969': '880328', + '1970': '927259', + '1971': '981645', + '1972': '1039492', + '1973': '1100750', + '1974': '1165702', + '1975': '1234201', + '1976': '1302441', + '1977': '1374405', + '1978': '1450329', + '1979': '1530300', + '1980': '1614654', + '1981': '1703479', + '1982': '1797054', + '1983': '1895439', + '1984': '1998623', + '1985': '2106591', + '1986': '2219702', + '1987': '2338140', + '1988': '2462865', + '1989': '2594158', + '1990': '2733334', + '1991': '2880489', + '1992': '3036093', + '1993': '3200680', + '1994': '3336672', + '1995': '3476114', + '1996': '3622762', + '1997': '3776499', + '1998': '3937065', + '1999': '4103815', + '2000': '4276115', + '2001': '4454032', + '2002': '4637734', + '2003': '4827101', + '2004': '5022403', + '2005': '5283544', + '2006': '5555519', + '2007': '5838413', + '2008': '6132917', + '2009': '6438341', + '2010': '6755411', + '2011': '7084179', + '2012': '7425096', + '2013': '7778777', + '2014': '8146502', + '2015': '8528703', + '2016': '8926190', + '2017': '9339002', + CountryName: 'Madagascar', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mg.svg' + }, + { + '1960': '158856', + '1961': '166094', + '1962': '173706', + '1963': '181757', + '1964': '190244', + '1965': '199200', + '1966': '208655', + '1967': '223713', + '1968': '240604', + '1969': '258887', + '1970': '278663', + '1971': '300036', + '1972': '323213', + '1973': '348287', + '1974': '375513', + '1975': '405006', + '1976': '437195', + '1977': '472375', + '1978': '501479', + '1979': '529252', + '1980': '557759', + '1981': '586123', + '1982': '614791', + '1983': '646418', + '1984': '684835', + '1985': '732865', + '1986': '793032', + '1987': '864059', + '1988': '944362', + '1989': '1022514', + '1990': '1090981', + '1991': '1145851', + '1992': '1188777', + '1993': '1225141', + '1994': '1264496', + '1995': '1314242', + '1996': '1377863', + '1997': '1453668', + '1998': '1539770', + '1999': '1603861', + '2000': '1662059', + '2001': '1719058', + '2002': '1776347', + '2003': '1835082', + '2004': '1896842', + '2005': '1962998', + '2006': '2033727', + '2007': '2108672', + '2008': '2187209', + '2009': '2270316', + '2010': '2357573', + '2011': '2449160', + '2012': '2545306', + '2013': '2646707', + '2014': '2753545', + '2015': '2866783', + '2016': '2986195', + '2017': '3112498', + CountryName: 'Malawi', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mw.svg' + }, + { + '1960': '2169627', + '1961': '2293273', + '1962': '2424861', + '1963': '2562819', + '1964': '2705118', + '1965': '2849681', + '1966': '2996126', + '1967': '3144854', + '1968': '3296635', + '1969': '3452656', + '1970': '3614363', + '1971': '3791174', + '1972': '3975265', + '1973': '4166879', + '1974': '4367901', + '1975': '4579375', + '1976': '4802893', + '1977': '5038324', + '1978': '5284791', + '1979': '5539950', + '1980': '5801284', + '1981': '6050273', + '1982': '6305434', + '1983': '6571316', + '1984': '6854309', + '1985': '7158822', + '1986': '7488384', + '1987': '7841164', + '1988': '8212746', + '1989': '8594730', + '1990': '8982002', + '1991': '9371457', + '1992': '9851253', + '1993': '10353582', + '1994': '10873270', + '1995': '11413588', + '1996': '11976776', + '1997': '12558998', + '1998': '13156627', + '1999': '13761881', + '2000': '14369744', + '2001': '14911826', + '2002': '15452393', + '2003': '15993342', + '2004': '16537879', + '2005': '17087616', + '2006': '17642463', + '2007': '18201428', + '2008': '18767638', + '2009': '19344472', + '2010': '19934986', + '2011': '20505329', + '2012': '21082947', + '2013': '21665114', + '2014': '22240868', + '2015': '22800575', + '2016': '23340549', + '2017': '23859558', + CountryName: 'Malaysia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/my.svg' + }, + { + '1960': '10043', + '1961': '10371', + '1962': '10717', + '1963': '11071', + '1964': '11428', + '1965': '11775', + '1966': '11984', + '1967': '12191', + '1968': '12663', + '1969': '13178', + '1970': '13768', + '1971': '15331', + '1972': '17106', + '1973': '19087', + '1974': '21264', + '1975': '23623', + '1976': '26158', + '1977': '28886', + '1978': '31235', + '1979': '33142', + '1980': '35241', + '1981': '37549', + '1982': '40066', + '1983': '42779', + '1984': '45654', + '1985': '48340', + '1986': '50208', + '1987': '52097', + '1988': '53997', + '1989': '55895', + '1990': '57679', + '1991': '59221', + '1992': '60732', + '1993': '62188', + '1994': '63564', + '1995': '65142', + '1996': '67446', + '1997': '69713', + '1998': '72026', + '1999': '74478', + '2000': '77683', + '2001': '82833', + '2002': '88426', + '2003': '94446', + '2004': '100856', + '2005': '107607', + '2006': '113905', + '2007': '118297', + '2008': '122874', + '2009': '127695', + '2010': '132806', + '2011': '138232', + '2012': '143926', + '2013': '149759', + '2014': '155567', + '2015': '161206', + '2016': '166628', + '2017': '171827', + CountryName: 'Maldives', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mv.svg' + }, + { + '1960': '582485', + '1961': '604663', + '1962': '627575', + '1963': '651361', + '1964': '676191', + '1965': '702074', + '1966': '729167', + '1967': '757441', + '1968': '787292', + '1969': '818898', + '1970': '852498', + '1971': '888365', + '1972': '926545', + '1973': '966831', + '1974': '1009065', + '1975': '1052981', + '1976': '1098429', + '1977': '1146679', + '1978': '1198209', + '1979': '1252671', + '1980': '1310539', + '1981': '1372347', + '1982': '1438081', + '1983': '1506636', + '1984': '1576278', + '1985': '1645715', + '1986': '1714179', + '1987': '1780474', + '1988': '1839191', + '1989': '1902800', + '1990': '1974251', + '1991': '2055059', + '1992': '2144878', + '1993': '2242131', + '1994': '2344800', + '1995': '2450960', + '1996': '2560306', + '1997': '2673560', + '1998': '2797427', + '1999': '2948093', + '2000': '3109998', + '2001': '3283515', + '2002': '3469099', + '2003': '3667206', + '2004': '3878667', + '2005': '4103283', + '2006': '4342710', + '2007': '4596645', + '2008': '4863970', + '2009': '5141522', + '2010': '5426880', + '2011': '5718929', + '2012': '6018348', + '2013': '6327153', + '2014': '6648757', + '2015': '6985590', + '2016': '7338834', + '2017': '7708272', + CountryName: 'Mali', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ml.svg' + }, + { + '1960': '294316', + '1961': '292949', + '1962': '291536', + '1963': '290127', + '1964': '288759', + '1965': '286362', + '1966': '282936', + '1967': '279467', + '1968': '276131', + '1969': '272927', + '1970': '271474', + '1971': '271546', + '1972': '271346', + '1973': '271149', + '1974': '270993', + '1975': '273015', + '1976': '274435', + '1977': '275536', + '1978': '278444', + '1979': '281309', + '1980': '284300', + '1981': '286427', + '1982': '292666', + '1983': '296847', + '1984': '296939', + '1985': '302228', + '1986': '307591', + '1987': '310133', + '1988': '313103', + '1989': '316579', + '1990': '320102', + '1991': '329269', + '1992': '333102', + '1993': '336862', + '1994': '340447', + '1995': '343247', + '1996': '346401', + '1997': '350223', + '1998': '353666', + '1999': '356901', + '2000': '360316', + '2001': '364105', + '2002': '367875', + '2003': '371319', + '2004': '374812', + '2005': '378170', + '2006': '380114', + '2007': '381739', + '2008': '384526', + '2009': '387733', + '2010': '389936', + '2011': '391879', + '2012': '395713', + '2013': '401597', + '2014': '409992', + '2015': '420192', + '2016': '430220', + '2017': '439915', + CountryName: 'Malta', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mt.svg' + }, + { + '1960': '5217', + '1961': '5563', + '1962': '5964', + '1963': '6410', + '1964': '6887', + '1965': '7374', + '1966': '7873', + '1967': '8385', + '1968': '9145', + '1969': '9980', + '1970': '10910', + '1971': '11957', + '1972': '13111', + '1973': '14347', + '1974': '14987', + '1975': '15507', + '1976': '15976', + '1977': '16401', + '1978': '16826', + '1979': '17289', + '1980': '17825', + '1981': '18761', + '1982': '19869', + '1983': '21073', + '1984': '22366', + '1985': '23745', + '1986': '25212', + '1987': '26755', + '1988': '28299', + '1989': '29648', + '1990': '30769', + '1991': '31699', + '1992': '32455', + '1993': '33063', + '1994': '33580', + '1995': '34041', + '1996': '34468', + '1997': '34833', + '1998': '35159', + '1999': '35441', + '2000': '35771', + '2001': '36059', + '2002': '36311', + '2003': '36549', + '2004': '36784', + '2005': '37031', + '2006': '37306', + '2007': '37604', + '2008': '37917', + '2009': '38242', + '2010': '38568', + '2011': '38901', + '2012': '39233', + '2013': '39566', + '2014': '39877', + '2015': '40175', + '2016': '40451', + '2017': '40713', + CountryName: 'Marshall Islands', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mh.svg' + }, + { + '1960': '59042', + '1961': '65667', + '1962': '73016', + '1963': '81162', + '1964': '90178', + '1965': '100130', + '1966': '111119', + '1967': '123244', + '1968': '136596', + '1969': '151234', + '1970': '167327', + '1971': '184967', + '1972': '204285', + '1973': '225334', + '1974': '248309', + '1975': '273297', + '1976': '300467', + '1977': '328313', + '1978': '356701', + '1979': '387184', + '1980': '419894', + '1981': '454892', + '1982': '492331', + '1983': '532222', + '1984': '574596', + '1985': '619374', + '1986': '666722', + '1987': '716678', + '1988': '760932', + '1989': '779485', + '1990': '798312', + '1991': '817378', + '1992': '836770', + '1993': '856863', + '1994': '878080', + '1995': '900694', + '1996': '924905', + '1997': '950552', + '1998': '977296', + '1999': '1004571', + '2000': '1032022', + '2001': '1077668', + '2002': '1134350', + '2003': '1193226', + '2004': '1254525', + '2005': '1318377', + '2006': '1384816', + '2007': '1453929', + '2008': '1526169', + '2009': '1601883', + '2010': '1681614', + '2011': '1765634', + '2012': '1853836', + '2013': '1945699', + '2014': '2040210', + '2015': '2136716', + '2016': '2234895', + '2017': '2334918', + CountryName: 'Mauritania', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mr.svg' + }, + { + '1960': '231505', + '1961': '243908', + '1962': '256013', + '1963': '268035', + '1964': '280009', + '1965': '291916', + '1966': '303804', + '1967': '315676', + '1968': '327573', + '1969': '339504', + '1970': '351513', + '1971': '363605', + '1972': '375755', + '1973': '379491', + '1974': '383371', + '1975': '387512', + '1976': '391829', + '1977': '396239', + '1978': '399416', + '1979': '404358', + '1980': '409127', + '1981': '413108', + '1982': '416035', + '1983': '417715', + '1984': '425254', + '1985': '431938', + '1986': '438482', + '1987': '445028', + '1988': '451399', + '1989': '458181', + '1990': '464802', + '1991': '468530', + '1992': '473391', + '1993': '477687', + '1994': '483053', + '1995': '485844', + '1996': '489444', + '1997': '494198', + '1998': '498006', + '1999': '502932', + '2000': '506439', + '2001': '509128', + '2002': '511325', + '2003': '513680', + '2004': '515544', + '2005': '517242', + '2006': '518278', + '2007': '519269', + '2008': '519756', + '2009': '519754', + '2010': '519604', + '2011': '519046', + '2012': '519081', + '2013': '518842', + '2014': '518383', + '2015': '517668', + '2016': '516887', + '2017': '516481', + CountryName: 'Mauritius', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mu.svg' + }, + { + '1960': '19374507', + '1961': '20323430', + '1962': '21311766', + '1963': '22339277', + '1964': '23405971', + '1965': '24511884', + '1966': '25656215', + '1967': '26839108', + '1968': '28070545', + '1969': '29361089', + '1970': '30708544', + '1971': '32112516', + '1972': '33582034', + '1973': '35100971', + '1974': '36647679', + '1975': '38202909', + '1976': '39760453', + '1977': '41319709', + '1978': '42882081', + '1979': '44448702', + '1980': '46013308', + '1981': '47472481', + '1982': '48931203', + '1983': '50393553', + '1984': '51861973', + '1985': '53340207', + '1986': '54826854', + '1987': '56322350', + '1988': '57837971', + '1989': '59388676', + '1990': '60961740', + '1991': '62531277', + '1992': '64142034', + '1993': '65774117', + '1994': '67401025', + '1995': '68999360', + '1996': '70492946', + '1997': '71919417', + '1998': '73311685', + '1999': '74664754', + '2000': '76006974', + '2001': '77346681', + '2002': '78647604', + '2003': '79950808', + '2004': '81313433', + '2005': '82772988', + '2006': '84348376', + '2007': '86024517', + '2008': '87771922', + '2009': '89539653', + '2010': '91291734', + '2011': '93022403', + '2012': '94735434', + '2013': '96434582', + '2014': '98126368', + '2015': '99812639', + '2016': '101492842', + '2017': '103158834', + CountryName: 'Mexico', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mx.svg' + }, + { + '1960': '9937', + '1961': '10364', + '1962': '10803', + '1963': '11262', + '1964': '11758', + '1965': '12296', + '1966': '12893', + '1967': '13539', + '1968': '14189', + '1969': '14772', + '1970': '15240', + '1971': '15569', + '1972': '15780', + '1973': '15942', + '1974': '16082', + '1975': '16328', + '1976': '16724', + '1977': '17248', + '1978': '17880', + '1979': '18574', + '1980': '19295', + '1981': '19935', + '1982': '20569', + '1983': '21205', + '1984': '21822', + '1985': '22406', + '1986': '22939', + '1987': '23420', + '1988': '23879', + '1989': '24355', + '1990': '24871', + '1991': '25443', + '1992': '26049', + '1993': '26628', + '1994': '27102', + '1995': '26962', + '1996': '26515', + '1997': '25920', + '1998': '25235', + '1999': '24527', + '2000': '23990', + '2001': '23930', + '2002': '23889', + '2003': '23852', + '2004': '23799', + '2005': '23714', + '2006': '23593', + '2007': '23450', + '2008': '23310', + '2009': '23188', + '2010': '23104', + '2011': '23079', + '2012': '23106', + '2013': '23183', + '2014': '23298', + '2015': '23451', + '2016': '23638', + '2017': '23861', + CountryName: 'Micronesia, Fed. Sts.', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/fm.svg' + }, + { + '1960': '595907', + '1961': '630827', + '1962': '666719', + '1963': '703542', + '1964': '740741', + '1965': '778740', + '1966': '817282', + '1967': '856287', + '1968': '895696', + '1969': '936294', + '1970': '976150', + '1971': '1015304', + '1972': '1055178', + '1973': '1096014', + '1974': '1137210', + '1975': '1177577', + '1976': '1217773', + '1977': '1256838', + '1978': '1296267', + '1979': '1334282', + '1980': '1371543', + '1981': '1410553', + '1982': '1451104', + '1983': '1492715', + '1984': '1535048', + '1985': '1577083', + '1986': '1618883', + '1987': '1660790', + '1988': '1701461', + '1989': '1724769', + '1990': '1728324', + '1991': '1728620', + '1992': '1726070', + '1993': '1720262', + '1994': '1712144', + '1995': '1701350', + '1996': '1694500', + '1997': '1673518', + '1998': '1658121', + '1999': '1640859', + '2000': '1622858', + '2001': '1604707', + '2002': '1586503', + '2003': '1567590', + '2004': '1549336', + '2005': '1537841', + '2006': '1532462', + '2007': '1527806', + '2008': '1523793', + '2009': '1520766', + '2010': '1518144', + '2011': '1516162', + '2012': '1514860', + '2013': '1513351', + '2014': '1511326', + '2015': '1510140', + '2016': '1509971', + '2017': '1510667', + CountryName: 'Moldova', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/md.svg' + }, + { + '1960': '22452', + '1961': '22808', + '1962': '23039', + '1963': '23168', + '1964': '23236', + '1965': '23282', + '1966': '23305', + '1967': '23292', + '1968': '23304', + '1969': '23346', + '1970': '23484', + '1971': '23720', + '1972': '24051', + '1973': '24439', + '1974': '24835', + '1975': '25197', + '1976': '25523', + '1977': '25809', + '1978': '26087', + '1979': '26395', + '1980': '26745', + '1981': '27164', + '1982': '27624', + '1983': '28095', + '1984': '28512', + '1985': '28835', + '1986': '29041', + '1987': '29172', + '1988': '29235', + '1989': '29312', + '1990': '29439', + '1991': '29624', + '1992': '29863', + '1993': '30138', + '1994': '30427', + '1995': '30691', + '1996': '30967', + '1997': '31251', + '1998': '31523', + '1999': '31800', + '2000': '32082', + '2001': '32360', + '2002': '32629', + '2003': '32933', + '2004': '33314', + '2005': '33793', + '2006': '34408', + '2007': '35111', + '2008': '35853', + '2009': '36534', + '2010': '37094', + '2011': '37497', + '2012': '37783', + '2013': '37971', + '2014': '38132', + '2015': '38307', + '2016': '38499', + '2017': '38695', + CountryName: 'Monaco', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mc.svg' + }, + { + '1960': '340915', + '1961': '370104', + '1962': '401799', + '1963': '427961', + '1964': '446837', + '1965': '466254', + '1966': '486159', + '1967': '506596', + '1968': '527710', + '1969': '550748', + '1970': '576136', + '1971': '602814', + '1972': '630729', + '1973': '659681', + '1974': '689480', + '1975': '719939', + '1976': '751018', + '1977': '782714', + '1978': '815217', + '1979': '847642', + '1980': '880006', + '1981': '913125', + '1982': '946960', + '1983': '981984', + '1984': '1018846', + '1985': '1057803', + '1986': '1099381', + '1987': '1143044', + '1988': '1186958', + '1989': '1222045', + '1990': '1245683', + '1991': '1263925', + '1992': '1277495', + '1993': '1287670', + '1994': '1296485', + '1995': '1305401', + '1996': '1314883', + '1997': '1324666', + '1998': '1334889', + '1999': '1345454', + '2000': '1369727', + '2001': '1408842', + '2002': '1449188', + '2003': '1490906', + '2004': '1534128', + '2005': '1578877', + '2006': '1625233', + '2007': '1673286', + '2008': '1723555', + '2009': '1776547', + '2010': '1832856', + '2011': '1876809', + '2012': '1914518', + '2013': '1953776', + '2014': '1993015', + '2015': '2031123', + '2016': '2067622', + '2017': '2102605', + CountryName: 'Mongolia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mn.svg' + }, + { + '1960': '90291', + '1961': '95782', + '1962': '101703', + '1963': '107780', + '1964': '113586', + '1965': '118771', + '1966': '123093', + '1967': '126621', + '1968': '129779', + '1969': '133237', + '1970': '137597', + '1971': '143135', + '1972': '149784', + '1973': '157258', + '1974': '165076', + '1975': '172810', + '1976': '180301', + '1977': '187635', + '1978': '194980', + '1979': '202628', + '1980': '210794', + '1981': '219563', + '1982': '228836', + '1983': '238326', + '1984': '247588', + '1985': '256235', + '1986': '264087', + '1987': '271196', + '1988': '277825', + '1989': '284397', + '1990': '291283', + '1991': '298483', + '1992': '305585', + '1993': '312816', + '1994': '319860', + '1995': '326440', + '1996': '332459', + '1997': '337985', + '1998': '343256', + '1999': '348560', + '2000': '354162', + '2001': '361755', + '2002': '369361', + '2003': '376961', + '2004': '381058', + '2005': '383698', + '2006': '386254', + '2007': '388857', + '2008': '391621', + '2009': '394521', + '2010': '397301', + '2011': '399777', + '2012': '402174', + '2013': '404636', + '2014': '407105', + '2015': '409418', + '2016': '411597', + '2017': '413800', + CountryName: 'Montenegro', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/me.svg' + }, + { + '1960': '3619287', + '1961': '3793971', + '1962': '3973623', + '1963': '4157495', + '1964': '4344630', + '1965': '4533658', + '1966': '4724868', + '1967': '4918216', + '1968': '5114092', + '1969': '5313202', + '1970': '5516323', + '1971': '5723481', + '1972': '5955942', + '1973': '6197201', + '1974': '6449328', + '1975': '6714487', + '1976': '6993840', + '1977': '7286872', + '1978': '7594142', + '1979': '7915446', + '1980': '8250179', + '1981': '8598463', + '1982': '8960310', + '1983': '9331960', + '1984': '9710432', + '1985': '10092012', + '1986': '10475430', + '1987': '10860432', + '1988': '11248397', + '1989': '11640605', + '1990': '12039263', + '1991': '12444707', + '1992': '12855512', + '1993': '13267999', + '1994': '13678862', + '1995': '13995729', + '1996': '14285555', + '1997': '14566859', + '1998': '14842165', + '1999': '15114839', + '2000': '15386945', + '2001': '15659555', + '2002': '15933727', + '2003': '16210331', + '2004': '16491168', + '2005': '16839695', + '2006': '17208426', + '2007': '17585479', + '2008': '17974187', + '2009': '18378836', + '2010': '18803424', + '2011': '19249027', + '2012': '19714269', + '2013': '20193387', + '2014': '20678703', + '2015': '21163552', + '2016': '21645836', + '2017': '22125659', + CountryName: 'Morocco', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ma.svg' + }, + { + '1960': '507456', + '1961': '531739', + '1962': '557880', + '1963': '585331', + '1964': '614297', + '1965': '644762', + '1966': '676802', + '1967': '710608', + '1968': '746227', + '1969': '783814', + '1970': '823622', + '1971': '871701', + '1972': '928006', + '1973': '988261', + '1974': '1053565', + '1975': '1124343', + '1976': '1201202', + '1977': '1283887', + '1978': '1371924', + '1979': '1463900', + '1980': '1559003', + '1981': '1704818', + '1982': '1865730', + '1983': '2034600', + '1984': '2207251', + '1985': '2379522', + '1986': '2547049', + '1987': '2710292', + '1988': '2880326', + '1989': '3074886', + '1990': '3311912', + '1991': '3464185', + '1992': '3655706', + '1993': '3875730', + '1994': '4106167', + '1995': '4332973', + '1996': '4551617', + '1997': '4765731', + '1998': '4925453', + '1999': '5085544', + '2000': '5257336', + '2001': '5442231', + '2002': '5637969', + '2003': '5843408', + '2004': '6056842', + '2005': '6276712', + '2006': '6503455', + '2007': '6737282', + '2008': '7044112', + '2009': '7369618', + '2010': '7709673', + '2011': '8064277', + '2012': '8433738', + '2013': '8818506', + '2014': '9219011', + '2015': '9635678', + '2016': '10068983', + '2017': '10519085', + CountryName: 'Mozambique', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mz.svg' + }, + { + '1960': '4034792', + '1961': '4194564', + '1962': '4359896', + '1963': '4532324', + '1964': '4713727', + '1965': '4905357', + '1966': '5108251', + '1967': '5322072', + '1968': '5546529', + '1969': '5780313', + '1970': '6022881', + '1971': '6273850', + '1972': '6534175', + '1973': '6775865', + '1974': '6941402', + '1975': '7110089', + '1976': '7282341', + '1977': '7456574', + '1978': '7634037', + '1979': '7814940', + '1980': '7999721', + '1981': '8187246', + '1982': '8377851', + '1983': '8582499', + '1984': '8829847', + '1985': '9075168', + '1986': '9319284', + '1987': '9561572', + '1988': '9799599', + '1989': '10031326', + '1990': '10255284', + '1991': '10469714', + '1992': '10675215', + '1993': '10877038', + '1994': '11082113', + '1995': '11295441', + '1996': '11518954', + '1997': '11750467', + '1998': '11987667', + '1999': '12224151', + '2000': '12457299', + '2001': '12686545', + '2002': '12912178', + '2003': '13132565', + '2004': '13345261', + '2005': '13548951', + '2006': '13741490', + '2007': '13924901', + '2008': '14105193', + '2009': '14290308', + '2010': '14487531', + '2011': '14698294', + '2012': '14921713', + '2013': '15155095', + '2014': '15395520', + '2015': '15646687', + '2016': '15908933', + '2017': '16183036', + CountryName: 'Myanmar', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mm.svg' + }, + { + '1960': '107910', + '1961': '113172', + '1962': '118610', + '1963': '124348', + '1964': '130395', + '1965': '136749', + '1966': '143416', + '1967': '150414', + '1968': '157812', + '1969': '165721', + '1970': '173963', + '1971': '181410', + '1972': '189353', + '1973': '197593', + '1974': '205875', + '1975': '214003', + '1976': '221942', + '1977': '229800', + '1978': '237645', + '1979': '245606', + '1980': '253836', + '1981': '262238', + '1982': '270546', + '1983': '279578', + '1984': '290150', + '1985': '302761', + '1986': '317746', + '1987': '334885', + '1988': '353512', + '1989': '372554', + '1990': '391247', + '1991': '409220', + '1992': '428928', + '1993': '449634', + '1994': '471025', + '1995': '493512', + '1996': '517339', + '1997': '542175', + '1998': '567341', + '1999': '591805', + '2000': '614846', + '2001': '636114', + '2002': '662539', + '2003': '689506', + '2004': '716611', + '2005': '744434', + '2006': '773162', + '2007': '802806', + '2008': '834061', + '2009': '867660', + '2010': '904386', + '2011': '944674', + '2012': '989181', + '2013': '1036782', + '2014': '1086531', + '2015': '1137588', + '2016': '1189295', + '2017': '1241686', + CountryName: 'Namibia', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/na.svg' + }, + { + '1960': '4433', + '1961': '4676', + '1962': '4948', + '1963': '5228', + '1964': '5500', + '1965': '5740', + '1966': '5933', + '1967': '6103', + '1968': '6237', + '1969': '6371', + '1970': '6496', + '1971': '6617', + '1972': '6743', + '1973': '6863', + '1974': '6972', + '1975': '7068', + '1976': '7150', + '1977': '7232', + '1978': '7309', + '1979': '7397', + '1980': '7488', + '1981': '7592', + '1982': '7717', + '1983': '7854', + '1984': '8005', + '1985': '8173', + '1986': '8353', + '1987': '8554', + '1988': '8755', + '1989': '8954', + '1990': '9155', + '1991': '9348', + '1992': '9546', + '1993': '9719', + '1994': '9857', + '1995': '9969', + '1996': '10029', + '1997': '10057', + '1998': '10046', + '1999': '10040', + '2000': '10037', + '2001': '10052', + '2002': '10080', + '2003': '10106', + '2004': '10126', + '2005': '10114', + '2006': '10071', + '2007': '10002', + '2008': '9947', + '2009': '9945', + '2010': '10025', + '2011': '10057', + '2012': '10279', + '2013': '10821', + '2014': '11853', + '2015': '12475', + '2016': '13049', + '2017': '13649', + CountryName: 'Nauru', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/nr.svg' + }, + { + '1960': '350193', + '1961': '365019', + '1962': '375077', + '1963': '385474', + '1964': '396407', + '1965': '407846', + '1966': '419954', + '1967': '432642', + '1968': '446030', + '1969': '459991', + '1970': '474638', + '1971': '490363', + '1972': '524726', + '1973': '561530', + '1974': '601163', + '1975': '643637', + '1976': '689364', + '1977': '738370', + '1978': '790825', + '1979': '847199', + '1980': '907691', + '1981': '972277', + '1982': '1032575', + '1983': '1096484', + '1984': '1164087', + '1985': '1235231', + '1986': '1309947', + '1987': '1388684', + '1988': '1472433', + '1989': '1562449', + '1990': '1660072', + '1991': '1766696', + '1992': '1894723', + '1993': '2031914', + '1994': '2177068', + '1995': '2328568', + '1996': '2486034', + '1997': '2649609', + '1998': '2819554', + '1999': '2996452', + '2000': '3180570', + '2001': '3369843', + '2002': '3498247', + '2003': '3627322', + '2004': '3756175', + '2005': '3884247', + '2006': '4010938', + '2007': '4136965', + '2008': '4263937', + '2009': '4394633', + '2010': '4531240', + '2011': '4675128', + '2012': '4827124', + '2013': '4985583', + '2014': '5149732', + '2015': '5317746', + '2016': '5489916', + '2017': '5666414', + CountryName: 'Nepal', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/np.svg' + }, + { + '1960': '6863492', + '1961': '6985555', + '1962': '7107497', + '1963': '7225888', + '1964': '7345397', + '1965': '7469419', + '1966': '7590341', + '1967': '7699768', + '1968': '7803319', + '1969': '7917513', + '1970': '8039946', + '1971': '8169109', + '1972': '8294650', + '1973': '8406296', + '1974': '8515370', + '1975': '8634800', + '1976': '8746238', + '1977': '8841770', + '1978': '8939836', + '1979': '9045559', + '1980': '9161288', + '1981': '9275502', + '1982': '9376386', + '1983': '9470198', + '1984': '9565992', + '1985': '9668672', + '1986': '9780476', + '1987': '9900806', + '1988': '10022989', + '1989': '10141210', + '1990': '10269295', + '1991': '10447740', + '1992': '10662777', + '1993': '10871452', + '1994': '11069798', + '1995': '11255548', + '1996': '11436659', + '1997': '11622597', + '1998': '11819675', + '1999': '12021931', + '2000': '12229998', + '2001': '12488742', + '2002': '12775902', + '2003': '13035570', + '2004': '13271929', + '2005': '13485107', + '2006': '13671225', + '2007': '13848922', + '2008': '14044865', + '2009': '14263741', + '2010': '14477657', + '2011': '14669707', + '2012': '14842886', + '2013': '14987369', + '2014': '15126226', + '2015': '15275237', + '2016': '15435425', + '2017': '15604089', + CountryName: 'Netherlands', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/nl.svg' + }, + { + '1960': '29514', + '1961': '31490', + '1962': '33547', + '1963': '35723', + '1964': '38025', + '1965': '40405', + '1966': '43143', + '1967': '45978', + '1968': '48910', + '1969': '52460', + '1970': '57380', + '1971': '62426', + '1972': '66278', + '1973': '68872', + '1974': '71240', + '1975': '73094', + '1976': '74870', + '1977': '76516', + '1978': '77895', + '1979': '78999', + '1980': '80425', + '1981': '82469', + '1982': '84793', + '1983': '87037', + '1984': '88993', + '1985': '90869', + '1986': '92813', + '1987': '94912', + '1988': '97022', + '1989': '99194', + '1990': '101816', + '1991': '104724', + '1992': '107631', + '1993': '110705', + '1994': '113966', + '1995': '116848', + '1996': '119477', + '1997': '122539', + '1998': '125629', + '1999': '128790', + '2000': '132030', + '2001': '135341', + '2002': '138724', + '2003': '141907', + '2004': '144893', + '2005': '148559', + '2006': '152384', + '2007': '156245', + '2008': '160140', + '2009': '163862', + '2010': '167587', + '2011': '171852', + '2012': '176182', + '2013': '180545', + '2014': '184770', + '2015': '188988', + '2016': '193090', + '2017': '197040', + CountryName: 'New Caledonia', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/nc.svg' + }, + { + '1960': '1802521', + '1961': '1851675', + '1962': '1914441', + '1963': '1967968', + '1964': '2024808', + '1965': '2073571', + '1966': '2125227', + '1967': '2175248', + '1968': '2206092', + '1969': '2237511', + '1970': '2279646', + '1971': '2324938', + '1972': '2375942', + '1973': '2432441', + '1974': '2493343', + '1975': '2552005', + '1976': '2582586', + '1977': '2593760', + '1978': '2597744', + '1979': '2590668', + '1980': '2597030', + '1981': '2609635', + '1982': '2636985', + '1983': '2674359', + '1984': '2698921', + '1985': '2716946', + '1986': '2719750', + '1987': '2751315', + '1988': '2766856', + '1989': '2788022', + '1990': '2821739', + '1991': '2969087', + '1992': '3005583', + '1993': '3045443', + '1994': '3091625', + '1995': '3142704', + '1996': '3198324', + '1997': '3243637', + '1998': '3275597', + '1999': '3295923', + '2000': '3318432', + '2001': '3341111', + '2002': '3402067', + '2003': '3472292', + '2004': '3526736', + '2005': '3569251', + '2006': '3615494', + '2007': '3646829', + '2008': '3675355', + '2009': '3709702', + '2010': '3748563', + '2011': '3774624', + '2012': '3798063', + '2013': '3830023', + '2014': '3891014', + '2015': '3967973', + '2016': '4054925', + '2017': '4145094', + CountryName: 'New Zealand', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/nz.svg' + }, + { + '1960': '702444', + '1961': '732709', + '1962': '763699', + '1963': '796969', + '1964': '837987', + '1965': '880887', + '1966': '925861', + '1967': '972899', + '1968': '1022164', + '1969': '1073746', + '1970': '1127825', + '1971': '1181559', + '1972': '1225498', + '1973': '1271129', + '1974': '1318500', + '1975': '1367553', + '1976': '1418341', + '1977': '1470725', + '1978': '1524405', + '1979': '1579088', + '1980': '1634445', + '1981': '1690388', + '1982': '1746930', + '1983': '1803729', + '1984': '1860513', + '1985': '1917007', + '1986': '1972992', + '1987': '2028488', + '1988': '2084192', + '1989': '2141058', + '1990': '2199728', + '1991': '2260418', + '1992': '2322864', + '1993': '2386236', + '1994': '2449464', + '1995': '2510759', + '1996': '2566014', + '1997': '2620063', + '1998': '2672743', + '1999': '2724095', + '2000': '2774037', + '2001': '2822500', + '2002': '2869485', + '2003': '2915658', + '2004': '2961859', + '2005': '3008927', + '2006': '3059312', + '2007': '3110492', + '2008': '3162295', + '2009': '3214141', + '2010': '3265740', + '2011': '3317020', + '2012': '3368112', + '2013': '3419102', + '2014': '3470076', + '2015': '3521194', + '2016': '3572493', + '2017': '3624788', + CountryName: 'Nicaragua', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ni.svg' + }, + { + '1960': '196311', + '1961': '205552', + '1962': '215289', + '1963': '231199', + '1964': '248274', + '1965': '266500', + '1966': '285971', + '1967': '310540', + '1968': '337092', + '1969': '365728', + '1970': '396652', + '1971': '429973', + '1972': '465937', + '1973': '504711', + '1974': '546659', + '1975': '592054', + '1976': '641310', + '1977': '694492', + '1978': '736219', + '1979': '769963', + '1980': '805088', + '1981': '841757', + '1982': '880029', + '1983': '920062', + '1984': '961816', + '1985': '1005299', + '1986': '1050645', + '1987': '1098083', + '1988': '1146797', + '1989': '1187802', + '1990': '1231416', + '1991': '1278092', + '1992': '1327640', + '1993': '1380301', + '1994': '1436003', + '1995': '1494860', + '1996': '1556955', + '1997': '1622396', + '1998': '1691159', + '1999': '1762929', + '2000': '1837592', + '2001': '1914123', + '2002': '1984086', + '2003': '2056868', + '2004': '2132746', + '2005': '2211908', + '2006': '2294765', + '2007': '2381258', + '2008': '2471437', + '2009': '2565807', + '2010': '2664393', + '2011': '2767201', + '2012': '2874653', + '2013': '2986546', + '2014': '3105650', + '2015': '3232660', + '2016': '3367630', + '2017': '3511546', + CountryName: 'Niger', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ne.svg' + }, + { + '1960': '6955737', + '1961': '7201014', + '1962': '7457881', + '1963': '7726947', + '1964': '8006600', + '1965': '8296555', + '1966': '8598370', + '1967': '8912244', + '1968': '9239947', + '1969': '9582542', + '1970': '9942297', + '1971': '10399654', + '1972': '10881326', + '1973': '11392129', + '1974': '11941851', + '1975': '12535293', + '1976': '13178960', + '1977': '13870654', + '1978': '14602923', + '1979': '15361978', + '1980': '16139321', + '1981': '17112649', + '1982': '18120138', + '1983': '19167890', + '1984': '20270118', + '1985': '21434269', + '1986': '22668099', + '1987': '23971572', + '1988': '25343264', + '1989': '26778168', + '1990': '28276132', + '1991': '29489895', + '1992': '30744969', + '1993': '32043165', + '1994': '33388301', + '1995': '34785092', + '1996': '36237343', + '1997': '37742894', + '1998': '39306959', + '1999': '40933959', + '2000': '42627440', + '2001': '44751552', + '2002': '46973642', + '2003': '49299659', + '2004': '51736609', + '2005': '54289212', + '2006': '56964348', + '2007': '59765965', + '2008': '62697869', + '2009': '65756801', + '2010': '68949828', + '2011': '72262044', + '2012': '75695329', + '2013': '79244238', + '2014': '82904673', + '2015': '86673723', + '2016': '90545336', + '2017': '94524992', + CountryName: 'Nigeria', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ng.svg' + }, + { + '1960': '5140', + '1961': '5433', + '1962': '5697', + '1963': '5949', + '1964': '6218', + '1965': '6525', + '1966': '6887', + '1967': '7293', + '1968': '7917', + '1969': '8552', + '1970': '9197', + '1971': '9852', + '1972': '10533', + '1973': '11199', + '1974': '11741', + '1975': '12177', + '1976': '12493', + '1977': '12715', + '1978': '13013', + '1979': '13618', + '1980': '14684', + '1981': '16207', + '1982': '18237', + '1983': '20627', + '1984': '23166', + '1985': '25712', + '1986': '28202', + '1987': '30677', + '1988': '33145', + '1989': '35642', + '1990': '38170', + '1991': '40587', + '1992': '42965', + '1993': '45353', + '1994': '47824', + '1995': '50401', + '1996': '53223', + '1997': '56140', + '1998': '58869', + '1999': '61005', + '2000': '62290', + '2001': '62612', + '2002': '62104', + '2003': '60948', + '2004': '59411', + '2005': '57725', + '2006': '55913', + '2007': '53988', + '2008': '52144', + '2009': '50592', + '2010': '49498', + '2011': '48960', + '2012': '48941', + '2013': '49275', + '2014': '49715', + '2015': '50078', + '2016': '50315', + '2017': '50473', + CountryName: 'Northern Mariana Islands', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mp.svg' + }, + { + '1960': '1787755', + '1961': '1840926', + '1962': '1915999', + '1963': '1991003', + '1964': '2066761', + '1965': '2143353', + '1966': '2220995', + '1967': '2299864', + '1968': '2379197', + '1969': '2457954', + '1970': '2534594', + '1971': '2584983', + '1972': '2624297', + '1973': '2662165', + '1974': '2698139', + '1975': '2732467', + '1976': '2764638', + '1977': '2795553', + '1978': '2825403', + '1979': '2854061', + '1980': '2882201', + '1981': '2902056', + '1982': '2918125', + '1983': '2933210', + '1984': '2946922', + '1985': '2961159', + '1986': '2977158', + '1987': '2996568', + '1988': '3018161', + '1989': '3036098', + '1990': '3051994', + '1991': '3079741', + '1992': '3114713', + '1993': '3150384', + '1994': '3185372', + '1995': '3216511', + '1996': '3244905', + '1997': '3280785', + '1998': '3324794', + '1999': '3371823', + '2000': '3414033', + '2001': '3447513', + '2002': '3482266', + '2003': '3518773', + '2004': '3554092', + '2005': '3591141', + '2006': '3632998', + '2007': '3684159', + '2008': '3744286', + '2009': '3805760', + '2010': '3867496', + '2011': '3935476', + '2012': '4008535', + '2013': '4078226', + '2014': '4145335', + '2015': '4208817', + '2016': '4265348', + '2017': '4324609', + CountryName: 'Norway', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/no.svg' + }, + { + '1960': '90485', + '1961': '98715', + '1962': '107702', + '1963': '117478', + '1964': '128110', + '1965': '139615', + '1966': '152116', + '1967': '165729', + '1968': '180603', + '1969': '196855', + '1970': '214731', + '1971': '234331', + '1972': '255880', + '1973': '279776', + '1974': '306663', + '1975': '337055', + '1976': '371337', + '1977': '409584', + '1978': '451974', + '1979': '498475', + '1980': '549046', + '1981': '603837', + '1982': '662924', + '1983': '725383', + '1984': '789912', + '1985': '855281', + '1986': '920225', + '1987': '984602', + '1988': '1050400', + '1989': '1120715', + '1990': '1197874', + '1991': '1283901', + '1992': '1377326', + '1993': '1472111', + '1994': '1540165', + '1995': '1579788', + '1996': '1602549', + '1997': '1611490', + '1998': '1612545', + '1999': '1614273', + '2000': '1623178', + '2001': '1641897', + '2002': '1669691', + '2003': '1705672', + '2004': '1755991', + '2005': '1818159', + '2006': '1884731', + '2007': '1957849', + '2008': '2043878', + '2009': '2151367', + '2010': '2285992', + '2011': '2466248', + '2012': '2687316', + '2013': '2927690', + '2014': '3174483', + '2015': '3416545', + '2016': '3650429', + '2017': '3874061', + CountryName: 'Oman', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/om.svg' + }, + { + '1960': '9926529', + '1961': '10347061', + '1962': '10720126', + '1963': '11112109', + '1964': '11523791', + '1965': '11954220', + '1966': '12405301', + '1967': '12876828', + '1968': '13369248', + '1969': '13882298', + '1970': '14416384', + '1971': '14971922', + '1972': '15551089', + '1973': '16187999', + '1974': '16869660', + '1975': '17592601', + '1976': '18360055', + '1977': '19171800', + '1978': '20031990', + '1979': '20943583', + '1980': '21910605', + '1981': '22901793', + '1982': '23881372', + '1983': '24904636', + '1984': '25966516', + '1985': '27060887', + '1986': '28186848', + '1987': '29342985', + '1988': '30523630', + '1989': '31718551', + '1990': '32923813', + '1991': '34133759', + '1992': '35349197', + '1993': '36576470', + '1994': '37825621', + '1995': '39103888', + '1996': '40416132', + '1997': '41757059', + '1998': '43094726', + '1999': '44390013', + '2000': '45687750', + '2001': '46983357', + '2002': '48285553', + '2003': '49598802', + '2004': '50935093', + '2005': '52301583', + '2006': '53701011', + '2007': '55133700', + '2008': '56604668', + '2009': '58121560', + '2010': '59690947', + '2011': '61316345', + '2012': '62994916', + '2013': '64713306', + '2014': '66460814', + '2015': '68226224', + '2016': '70005347', + '2017': '71796554', + CountryName: 'Pakistan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pk.svg' + }, + { + '1960': '5479', + '1961': '5654', + '1962': '5827', + '1963': '5988', + '1964': '6143', + '1965': '6283', + '1966': '6411', + '1967': '6521', + '1968': '6627', + '1969': '6734', + '1970': '6855', + '1971': '6993', + '1972': '7145', + '1973': '7296', + '1974': '7422', + '1975': '7507', + '1976': '7546', + '1977': '7543', + '1978': '7533', + '1979': '7549', + '1980': '7626', + '1981': '7854', + '1982': '8158', + '1983': '8513', + '1984': '8880', + '1985': '9228', + '1986': '9536', + '1987': '9760', + '1988': '9982', + '1989': '10218', + '1990': '10500', + '1991': '10827', + '1992': '11179', + '1993': '11554', + '1994': '11944', + '1995': '12324', + '1996': '12615', + '1997': '12879', + '1998': '13120', + '1999': '13325', + '2000': '13487', + '2001': '13601', + '2002': '13672', + '2003': '13711', + '2004': '13939', + '2005': '14164', + '2006': '14391', + '2007': '14615', + '2008': '14845', + '2009': '15075', + '2010': '15315', + '2011': '15555', + '2012': '15816', + '2013': '16080', + '2014': '16351', + '2015': '16638', + '2016': '16939', + '2017': '17245', + CountryName: 'Palau', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pw.svg' + }, + { + '1960': '467319', + '1961': '488439', + '1962': '510936', + '1963': '534391', + '1964': '558805', + '1965': '584101', + '1966': '610295', + '1967': '637412', + '1968': '665466', + '1969': '694506', + '1970': '723794', + '1971': '749029', + '1972': '774960', + '1973': '801482', + '1974': '828471', + '1975': '855814', + '1976': '883527', + '1977': '911557', + '1978': '939977', + '1979': '968765', + '1980': '998133', + '1981': '1028957', + '1982': '1060273', + '1983': '1092056', + '1984': '1124380', + '1985': '1157197', + '1986': '1190593', + '1987': '1224543', + '1988': '1259134', + '1989': '1294355', + '1990': '1331948', + '1991': '1381618', + '1992': '1432498', + '1993': '1484592', + '1994': '1538064', + '1995': '1592906', + '1996': '1649228', + '1997': '1706856', + '1998': '1765803', + '1999': '1825830', + '2000': '1884815', + '2001': '1930960', + '2002': '1977549', + '2003': '2024700', + '2004': '2072464', + '2005': '2120907', + '2006': '2170005', + '2007': '2219693', + '2008': '2270103', + '2009': '2321267', + '2010': '2373195', + '2011': '2426261', + '2012': '2480367', + '2013': '2535381', + '2014': '2591115', + '2015': '2647330', + '2016': '2703949', + '2017': '2761013', + CountryName: 'Panama', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pa.svg' + }, + { + '1960': '74898', + '1961': '82570', + '1962': '91056', + '1963': '100419', + '1964': '110826', + '1965': '122320', + '1966': '135103', + '1967': '157395', + '1968': '183274', + '1969': '213159', + '1970': '247602', + '1971': '287211', + '1972': '300563', + '1973': '314093', + '1974': '328339', + '1975': '343364', + '1976': '359228', + '1977': '375884', + '1978': '393442', + '1979': '411856', + '1980': '431135', + '1981': '450025', + '1982': '469335', + '1983': '489360', + '1984': '509999', + '1985': '531185', + '1986': '552938', + '1987': '575269', + '1988': '598255', + '1989': '622058', + '1990': '646700', + '1991': '655313', + '1992': '663501', + '1993': '671861', + '1994': '680384', + '1995': '689163', + '1996': '698169', + '1997': '707460', + '1998': '716902', + '1999': '726327', + '2000': '735756', + '2001': '753503', + '2002': '771715', + '2003': '790170', + '2004': '808822', + '2005': '827795', + '2006': '847023', + '2007': '866468', + '2008': '886067', + '2009': '905739', + '2010': '925422', + '2011': '945015', + '2012': '964671', + '2013': '985402', + '2014': '1007321', + '2015': '1030528', + '2016': '1055091', + '2017': '1081067', + CountryName: 'Papua New Guinea', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pg.svg' + }, + { + '1960': '676834', + '1961': '696752', + '1962': '717329', + '1963': '739480', + '1964': '762744', + '1965': '786784', + '1966': '811649', + '1967': '837323', + '1968': '863603', + '1969': '890237', + '1970': '917027', + '1971': '943914', + '1972': '971077', + '1973': '1008220', + '1974': '1047113', + '1975': '1087945', + '1976': '1130840', + '1977': '1175794', + '1978': '1223148', + '1979': '1273101', + '1980': '1325941', + '1981': '1381699', + '1982': '1440451', + '1983': '1508036', + '1984': '1578623', + '1985': '1651697', + '1986': '1727269', + '1987': '1805290', + '1988': '1885604', + '1989': '1967784', + '1990': '2051840', + '1991': '2137451', + '1992': '2224613', + '1993': '2309285', + '1994': '2394823', + '1995': '2481879', + '1996': '2570460', + '1997': '2660201', + '1998': '2750976', + '1999': '2842361', + '2000': '2934037', + '2001': '3025871', + '2002': '3117874', + '2003': '3195242', + '2004': '3268528', + '2005': '3340117', + '2006': '3409669', + '2007': '3477435', + '2008': '3544336', + '2009': '3611563', + '2010': '3680035', + '2011': '3750088', + '2012': '3821599', + '2013': '3892182', + '2014': '3962610', + '2015': '4033265', + '2016': '4104186', + '2017': '4175325', + CountryName: 'Paraguay', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/py.svg' + }, + { + '1960': '4709896', + '1961': '4905808', + '1962': '5167065', + '1963': '5440432', + '1964': '5725341', + '1965': '6020672', + '1966': '6326872', + '1967': '6644115', + '1968': '6972274', + '1969': '7310287', + '1970': '7658574', + '1971': '8016488', + '1972': '8379737', + '1973': '8695750', + '1974': '9022372', + '1975': '9360478', + '1976': '9711284', + '1977': '10073501', + '1978': '10445617', + '1979': '10825072', + '1980': '11209478', + '1981': '11597539', + '1982': '11957901', + '1983': '12321674', + '1984': '12691483', + '1985': '13068539', + '1986': '13452879', + '1987': '13843149', + '1988': '14238593', + '1989': '14637455', + '1990': '15038786', + '1991': '15442208', + '1992': '15847046', + '1993': '16249594', + '1994': '16656606', + '1995': '17055741', + '1996': '17445305', + '1997': '17825581', + '1998': '18198250', + '1999': '18565427', + '2000': '18928746', + '2001': '19288446', + '2002': '19645183', + '2003': '20001001', + '2004': '20357803', + '2005': '20717195', + '2006': '21080127', + '2007': '21446734', + '2008': '21782799', + '2009': '22111039', + '2010': '22450278', + '2011': '22801211', + '2012': '23163292', + '2013': '23532239', + '2014': '23903066', + '2015': '24272051', + '2016': '24637117', + '2017': '24999015', + CountryName: 'Peru', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pe.svg' + }, + { + '1960': '7959938', + '1961': '8300149', + '1962': '8653512', + '1963': '9017542', + '1964': '9390365', + '1965': '9770039', + '1966': '10155874', + '1967': '10548828', + '1968': '10951256', + '1969': '11365801', + '1970': '11808042', + '1971': '12342524', + '1972': '12899187', + '1973': '13476877', + '1974': '14076175', + '1975': '14684546', + '1976': '15250787', + '1977': '15834158', + '1978': '16436759', + '1979': '17060795', + '1980': '17753008', + '1981': '18703864', + '1982': '19698447', + '1983': '20736378', + '1984': '21818974', + '1985': '22943593', + '1986': '24114056', + '1987': '25329618', + '1988': '26588029', + '1989': '27884133', + '1990': '29106581', + '1991': '29786102', + '1992': '30465089', + '1993': '31145660', + '1994': '31828789', + '1995': '32515509', + '1996': '33204578', + '1997': '33894744', + '1998': '34586915', + '1999': '35282412', + '2000': '35981410', + '2001': '36685878', + '2002': '37393474', + '2003': '38095060', + '2004': '38778516', + '2005': '39435954', + '2006': '40063047', + '2007': '40664255', + '2008': '41251260', + '2009': '41841535', + '2010': '42488153', + '2011': '43372424', + '2012': '44279679', + '2013': '45205748', + '2014': '46140130', + '2015': '47078400', + '2016': '48018073', + '2017': '48977863', + CountryName: 'Philippines', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ph.svg' + }, + { + '1960': '14193968', + '1961': '14540630', + '1962': '14828737', + '1963': '15149001', + '1964': '15484714', + '1965': '15762096', + '1966': '16007142', + '1967': '16289779', + '1968': '16575555', + '1969': '16835934', + '1970': '17026266', + '1971': '17266414', + '1972': '17626595', + '1973': '18005216', + '1974': '18398446', + '1975': '18803602', + '1976': '19215135', + '1977': '19625330', + '1978': '20007316', + '1979': '20341874', + '1980': '20663601', + '1981': '20985955', + '1982': '21314754', + '1983': '21651242', + '1984': '21984900', + '1985': '22299554', + '1986': '22589785', + '1987': '22855463', + '1988': '23089202', + '1989': '23241946', + '1990': '23350476', + '1991': '23450653', + '1992': '23539562', + '1993': '23616843', + '1994': '23684074', + '1995': '23733222', + '1996': '23768665', + '1997': '23801620', + '1998': '23827143', + '1999': '23842562', + '2000': '23611695', + '2001': '23622394', + '2002': '23621395', + '2003': '23563051', + '2004': '23506503', + '2005': '23453429', + '2006': '23396235', + '2007': '23340838', + '2008': '23300939', + '2009': '23274004', + '2010': '23165018', + '2011': '23134846', + '2012': '23086831', + '2013': '23025350', + '2014': '22960228', + '2015': '22897449', + '2016': '22849639', + '2017': '22825379', + CountryName: 'Poland', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pl.svg' + }, + { + '1960': '3096215', + '1961': '3155977', + '1962': '3212831', + '1963': '3260048', + '1964': '3296372', + '1965': '3317422', + '1966': '3326794', + '1967': '3340014', + '1968': '3360136', + '1969': '3364185', + '1970': '3368354', + '1971': '3388093', + '1972': '3416874', + '1973': '3451945', + '1974': '3535188', + '1975': '3708226', + '1976': '3852629', + '1977': '3931481', + '1978': '4012458', + '1979': '4094541', + '1980': '4178517', + '1981': '4257857', + '1982': '4335210', + '1983': '4407052', + '1984': '4476013', + '1985': '4540496', + '1986': '4596999', + '1987': '4648117', + '1988': '4695891', + '1989': '4741470', + '1990': '4783459', + '1991': '4827626', + '1992': '4889660', + '1993': '4961312', + '1994': '5040624', + '1995': '5124278', + '1996': '5210104', + '1997': '5299934', + '1998': '5393642', + '1999': '5491367', + '2000': '5597602', + '2001': '5704057', + '2002': '5800192', + '2003': '5886957', + '2004': '5966051', + '2005': '6041725', + '2006': '6117343', + '2007': '6193886', + '2008': '6267228', + '2009': '6337144', + '2010': '6403809', + '2011': '6457743', + '2012': '6494283', + '2013': '6520333', + '2014': '6546012', + '2015': '6578828', + '2016': '6617169', + '2017': '6655095', + CountryName: 'Portugal', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pt.svg' + }, + { + '1960': '1050418', + '1961': '1102264', + '1962': '1159664', + '1963': '1220307', + '1964': '1280251', + '1965': '1336533', + '1966': '1389174', + '1967': '1436971', + '1968': '1482823', + '1969': '1532032', + '1970': '1585355', + '1971': '1636045', + '1972': '1693932', + '1973': '1756462', + '1974': '1819309', + '1975': '1879334', + '1976': '1937017', + '1977': '1991958', + '1978': '2044764', + '1979': '2096577', + '1980': '2174790', + '1981': '2327244', + '1982': '2471396', + '1983': '2606230', + '1984': '2731668', + '1985': '2847385', + '1986': '2953935', + '1987': '3051544', + '1988': '3140855', + '1989': '3222218', + '1990': '3287359', + '1991': '3316538', + '1992': '3343786', + '1993': '3377742', + '1994': '3414883', + '1995': '3452136', + '1996': '3496557', + '1997': '3534616', + '1998': '3560323', + '1999': '3583400', + '2000': '3596716', + '2001': '3602364', + '2002': '3604909', + '2003': '3605100', + '2004': '3603694', + '2005': '3596360', + '2006': '3579032', + '2007': '3555977', + '2008': '3533033', + '2009': '3511647', + '2010': '3491721', + '2011': '3449657', + '2012': '3406460', + '2013': '3366210', + '2014': '3310445', + '2015': '3251727', + '2016': '3188571', + '2017': '3123164', + CountryName: 'Puerto Rico', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/pr.svg' + }, + { + '1960': '40407', + '1961': '44064', + '1962': '48443', + '1963': '53385', + '1964': '58635', + '1965': '64100', + '1966': '69722', + '1967': '75584', + '1968': '81875', + '1969': '88873', + '1970': '96760', + '1971': '105810', + '1972': '115755', + '1973': '126246', + '1974': '136538', + '1975': '146178', + '1976': '154688', + '1977': '162484', + '1978': '171222', + '1979': '183160', + '1980': '199972', + '1981': '222124', + '1982': '248722', + '1983': '277946', + '1984': '307159', + '1985': '334344', + '1986': '359731', + '1987': '384567', + '1988': '406830', + '1989': '426061', + '1990': '442074', + '1991': '454785', + '1992': '464612', + '1993': '472490', + '1994': '479783', + '1995': '487772', + '1996': '498048', + '1997': '511401', + '1998': '527796', + '1999': '547267', + '2000': '570418', + '2001': '595332', + '2002': '624301', + '2003': '667019', + '2004': '736772', + '2005': '842342', + '2006': '986850', + '2007': '1164853', + '2008': '1363486', + '2009': '1564309', + '2010': '1752999', + '2011': '1924764', + '2012': '2082080', + '2013': '2223130', + '2014': '2347541', + '2015': '2455359', + '2016': '2544491', + '2017': '2614877', + CountryName: 'Qatar', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/qa.svg' + }, + { + '1960': '6296818', + '1961': '6474669', + '1962': '6646237', + '1963': '6820612', + '1964': '6997996', + '1965': '7174333', + '1966': '7368164', + '1967': '7586123', + '1968': '7786878', + '1969': '7968040', + '1970': '8164758', + '1971': '8352002', + '1972': '8535661', + '1973': '8713690', + '1974': '8900706', + '1975': '9120255', + '1976': '9340263', + '1977': '9560064', + '1978': '9801109', + '1979': '10019804', + '1980': '10247190', + '1981': '10486040', + '1982': '10693684', + '1983': '10890056', + '1984': '11084645', + '1985': '11296022', + '1986': '11511242', + '1987': '11720962', + '1988': '11941563', + '1989': '12160692', + '1990': '12347321', + '1991': '12404523', + '1992': '12360656', + '1993': '12309016', + '1994': '12256584', + '1995': '12197105', + '1996': '12127405', + '1997': '12058033', + '1998': '11998890', + '1999': '11945687', + '2000': '11895672', + '2001': '11697189', + '2002': '11469356', + '2003': '11415407', + '2004': '11378651', + '2005': '11336529', + '2006': '11297334', + '2007': '11159030', + '2008': '11001524', + '2009': '10936933', + '2010': '10898688', + '2011': '10871606', + '2012': '10826124', + '2013': '10778604', + '2014': '10730940', + '2015': '10677968', + '2016': '10619557', + '2017': '10564196', + CountryName: 'Romania', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ro.svg' + }, + { + '1960': '64421857', + '1961': '66226377', + '1962': '68060071', + '1963': '69923357', + '1964': '71815164', + '1965': '73731369', + '1966': '75267305', + '1967': '76812479', + '1968': '78366306', + '1969': '79922296', + '1970': '81464683', + '1971': '82992261', + '1972': '84524649', + '1973': '86061054', + '1974': '87600777', + '1975': '89145034', + '1976': '90810675', + '1977': '92479950', + '1978': '94157479', + '1979': '95659612', + '1980': '96960865', + '1981': '98228786', + '1982': '99464693', + '1983': '100677781', + '1984': '102058393', + '1985': '103466989', + '1986': '104825013', + '1987': '106169956', + '1988': '107471421', + '1989': '108424260', + '1990': '108837430', + '1991': '109073667', + '1992': '109115423', + '1993': '108985461', + '1994': '108843023', + '1995': '108866238', + '1996': '108700578', + '1997': '108515107', + '1998': '108329743', + '1999': '107987645', + '2000': '107528575', + '2001': '107067618', + '2002': '106568907', + '2003': '106132766', + '2004': '105771150', + '2005': '105433013', + '2006': '105152847', + '2007': '105037426', + '2008': '105055515', + '2009': '105149982', + '2010': '105261473', + '2011': '105407907', + '2012': '105669949', + '2013': '105998510', + '2014': '106354643', + '2015': '106703732', + '2016': '107050095', + '2017': '107348258', + CountryName: 'Russia', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ru.svg' + }, + { + '1960': '76269', + '1961': '79516', + '1962': '82671', + '1963': '85828', + '1964': '89287', + '1965': '93173', + '1966': '97647', + '1967': '102652', + '1968': '108146', + '1969': '113914', + '1970': '119920', + '1971': '129048', + '1972': '139071', + '1973': '149817', + '1974': '161506', + '1975': '174276', + '1976': '188169', + '1977': '203287', + '1978': '219770', + '1979': '231314', + '1980': '242693', + '1981': '254377', + '1982': '266397', + '1983': '279142', + '1984': '293389', + '1985': '309494', + '1986': '328521', + '1987': '349936', + '1988': '370490', + '1989': '385480', + '1990': '391891', + '1991': '387212', + '1992': '421412', + '1993': '460712', + '1994': '509833', + '1995': '583145', + '1996': '695539', + '1997': '813080', + '1998': '935002', + '1999': '1067913', + '2000': '1197916', + '2001': '1318462', + '2002': '1432119', + '2003': '1467326', + '2004': '1491021', + '2005': '1520682', + '2006': '1557477', + '2007': '1598595', + '2008': '1643108', + '2009': '1689182', + '2010': '1735200', + '2011': '1781212', + '2012': '1827955', + '2013': '1875211', + '2014': '1924967', + '2015': '1977489', + '2016': '2032650', + '2017': '2090690', + CountryName: 'Rwanda', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/rw.svg' + }, + { + '1960': '20562', + '1961': '21287', + '1962': '22070', + '1963': '22885', + '1964': '23710', + '1965': '24525', + '1966': '25330', + '1967': '26292', + '1968': '27287', + '1969': '28240', + '1970': '29141', + '1971': '29976', + '1972': '30572', + '1973': '31017', + '1974': '31414', + '1975': '31779', + '1976': '32113', + '1977': '32355', + '1978': '32546', + '1979': '32736', + '1980': '32936', + '1981': '33152', + '1982': '33369', + '1983': '33577', + '1984': '33768', + '1985': '33927', + '1986': '34046', + '1987': '34135', + '1988': '34221', + '1989': '34344', + '1990': '34528', + '1991': '34784', + '1992': '35197', + '1993': '35694', + '1994': '36181', + '1995': '36628', + '1996': '37025', + '1997': '37376', + '1998': '37703', + '1999': '38028', + '2000': '38374', + '2001': '38744', + '2002': '38744', + '2003': '38549', + '2004': '38361', + '2005': '38177', + '2006': '37995', + '2007': '37824', + '2008': '37667', + '2009': '37520', + '2010': '37386', + '2011': '37265', + '2012': '37127', + '2013': '36978', + '2014': '36822', + '2015': '36648', + '2016': '36451', + '2017': '36247', + CountryName: 'Samoa', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ws.svg' + }, + { + '1960': '7529', + '1961': '7895', + '1962': '8278', + '1963': '8677', + '1964': '9079', + '1965': '9488', + '1966': '9897', + '1967': '10314', + '1968': '10719', + '1969': '11098', + '1970': '11445', + '1971': '12022', + '1972': '12551', + '1973': '13051', + '1974': '13558', + '1975': '14107', + '1976': '14698', + '1977': '15347', + '1978': '16033', + '1979': '16714', + '1980': '17352', + '1981': '17953', + '1982': '18516', + '1983': '19054', + '1984': '19557', + '1985': '20049', + '1986': '20525', + '1987': '20982', + '1988': '21213', + '1989': '21461', + '1990': '21735', + '1991': '22045', + '1992': '22373', + '1993': '22838', + '1994': '23286', + '1995': '23720', + '1996': '24126', + '1997': '24499', + '1998': '24863', + '1999': '25230', + '2000': '25619', + '2001': '26027', + '2002': '26413', + '2003': '26777', + '2004': '27179', + '2005': '27618', + '2006': '28055', + '2007': '28480', + '2008': '28914', + '2009': '29343', + '2010': '29785', + '2011': '30232', + '2012': '30692', + '2013': '31130', + '2014': '31533', + '2015': '31885', + '2016': '32177', + '2017': '32422', + CountryName: 'San Marino', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sm.svg' + }, + { + '1960': '10327', + '1961': '10848', + '1962': '11578', + '1963': '12318', + '1964': '13153', + '1965': '14147', + '1966': '15358', + '1967': '16781', + '1968': '18397', + '1969': '20127', + '1970': '21918', + '1971': '22952', + '1972': '23696', + '1973': '24431', + '1974': '25231', + '1975': '26136', + '1976': '27167', + '1977': '28302', + '1978': '29493', + '1979': '30675', + '1980': '31791', + '1981': '32824', + '1982': '34375', + '1983': '36001', + '1984': '37671', + '1985': '39432', + '1986': '41292', + '1987': '43245', + '1988': '45301', + '1989': '47454', + '1990': '49712', + '1991': '52092', + '1992': '54375', + '1993': '56718', + '1994': '59102', + '1995': '61496', + '1996': '63885', + '1997': '66275', + '1998': '68722', + '1999': '71295', + '2000': '74049', + '2001': '77010', + '2002': '80493', + '2003': '84225', + '2004': '88099', + '2005': '92078', + '2006': '96151', + '2007': '100340', + '2008': '104621', + '2009': '109018', + '2010': '113521', + '2011': '118122', + '2012': '122828', + '2013': '127580', + '2014': '132381', + '2015': '137227', + '2016': '142120', + '2017': '147050', + CountryName: 'Sao Tome and Principe', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/st.svg' + }, + { + '1960': '1277043', + '1961': '1365778', + '1962': '1462345', + '1963': '1581327', + '1964': '1724652', + '1965': '1877829', + '1966': '2041288', + '1967': '2216381', + '1968': '2405728', + '1969': '2612506', + '1970': '2840512', + '1971': '3092472', + '1972': '3370030', + '1973': '3673416', + '1974': '4002925', + '1975': '4334574', + '1976': '4683115', + '1977': '5055933', + '1978': '5461789', + '1979': '5912135', + '1980': '6415159', + '1981': '6974793', + '1982': '7587048', + '1983': '8238568', + '1984': '8909272', + '1985': '9581496', + '1986': '10249200', + '1987': '10834545', + '1988': '11406882', + '1989': '11963488', + '1990': '12503565', + '1991': '13025844', + '1992': '13529595', + '1993': '13963824', + '1994': '14361205', + '1995': '14739486', + '1996': '15096728', + '1997': '15438078', + '1998': '15783292', + '1999': '16157594', + '2000': '16579888', + '2001': '17059277', + '2002': '17591642', + '2003': '18164689', + '2004': '18758258', + '2005': '19358560', + '2006': '19958564', + '2007': '20562409', + '2008': '21180379', + '2009': '21826964', + '2010': '22512092', + '2011': '23240455', + '2012': '24002062', + '2013': '24776059', + '2014': '25532369', + '2015': '26249232', + '2016': '26918246', + '2017': '27543592', + CountryName: 'Saudi Arabia', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sa.svg' + }, + { + '1960': '737552', + '1961': '779172', + '1962': '823109', + '1963': '869496', + '1964': '918601', + '1965': '970475', + '1966': '1025247', + '1967': '1083052', + '1968': '1144140', + '1969': '1208733', + '1970': '1277252', + '1971': '1348134', + '1972': '1423194', + '1973': '1501438', + '1974': '1581749', + '1975': '1663157', + '1976': '1740830', + '1977': '1801704', + '1978': '1863904', + '1979': '1929557', + '1980': '2000434', + '1981': '2077137', + '1982': '2159401', + '1983': '2246934', + '1984': '2339064', + '1985': '2434954', + '1986': '2534656', + '1987': '2638363', + '1988': '2744603', + '1989': '2840199', + '1990': '2938833', + '1991': '3040925', + '1992': '3146046', + '1993': '3252700', + '1994': '3359244', + '1995': '3464181', + '1996': '3567106', + '1997': '3668587', + '1998': '3770559', + '1999': '3875456', + '2000': '3985250', + '2001': '4100823', + '2002': '4221853', + '2003': '4364221', + '2004': '4525462', + '2005': '4693353', + '2006': '4868171', + '2007': '5050417', + '2008': '5241233', + '2009': '5441952', + '2010': '5653821', + '2011': '5877406', + '2012': '6112178', + '2013': '6356827', + '2014': '6609171', + '2015': '6868749', + '2016': '7134961', + '2017': '7408555', + CountryName: 'Senegal', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sn.svg' + }, + { + '1960': '', + '1961': '', + '1962': '', + '1963': '', + '1964': '', + '1965': '', + '1966': '', + '1967': '', + '1968': '', + '1969': '', + '1970': '', + '1971': '', + '1972': '', + '1973': '', + '1974': '', + '1975': '', + '1976': '', + '1977': '', + '1978': '', + '1979': '', + '1980': '', + '1981': '', + '1982': '', + '1983': '', + '1984': '', + '1985': '', + '1986': '', + '1987': '', + '1988': '', + '1989': '', + '1990': '3822813', + '1991': '3855241', + '1992': '3898223', + '1993': '3942353', + '1994': '3977770', + '1995': '3938573', + '1996': '3951731', + '1997': '3957625', + '1998': '3959596', + '1999': '3962104', + '2000': '3966301', + '2001': '3976219', + '2002': '3989274', + '2003': '3997403', + '2004': '4004805', + '2005': '4009310', + '2006': '4010029', + '2007': '4010264', + '2008': '4009546', + '2009': '4009752', + '2010': '4009779', + '2011': '3994308', + '2012': '3985121', + '2013': '3973872', + '2014': '3963388', + '2015': '3951845', + '2016': '3939250', + '2017': '3928397', + CountryName: 'Serbia', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/rs.svg' + }, + { + '1960': '11540', + '1961': '12316', + '1962': '13118', + '1963': '13949', + '1964': '14819', + '1965': '15733', + '1966': '16693', + '1967': '17693', + '1968': '18736', + '1969': '19818', + '1970': '20940', + '1971': '22062', + '1972': '23421', + '1973': '24621', + '1974': '25937', + '1975': '27432', + '1976': '28905', + '1977': '30449', + '1978': '30700', + '1979': '30955', + '1980': '31229', + '1981': '31603', + '1982': '31779', + '1983': '31731', + '1984': '31910', + '1985': '32160', + '1986': '32351', + '1987': '33744', + '1988': '33860', + '1989': '34065', + '1990': '34246', + '1991': '34731', + '1992': '34930', + '1993': '35718', + '1994': '36750', + '1995': '37376', + '1996': '38024', + '1997': '38583', + '1998': '39471', + '1999': '40396', + '2000': '40917', + '2001': '41126', + '2002': '42595', + '2003': '42320', + '2004': '42382', + '2005': '42813', + '2006': '43966', + '2007': '44460', + '2008': '45755', + '2009': '46241', + '2010': '47880', + '2011': '46973', + '2012': '47790', + '2013': '49055', + '2014': '50219', + '2015': '51754', + '2016': '52859', + '2017': '53922', + CountryName: 'Seychelles', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sc.svg' + }, + { + '1960': '398595', + '1961': '416997', + '1962': '436378', + '1963': '457138', + '1964': '480027', + '1965': '504033', + '1966': '529265', + '1967': '555776', + '1968': '583812', + '1969': '613561', + '1970': '645308', + '1971': '679223', + '1972': '715390', + '1973': '753765', + '1974': '794427', + '1975': '830172', + '1976': '861916', + '1977': '895111', + '1978': '929788', + '1979': '965939', + '1980': '1003541', + '1981': '1042127', + '1982': '1081592', + '1983': '1122863', + '1984': '1167367', + '1985': '1215742', + '1986': '1264696', + '1987': '1313486', + '1988': '1361639', + '1989': '1403132', + '1990': '1433908', + '1991': '1452324', + '1992': '1460525', + '1993': '1462543', + '1994': '1464656', + '1995': '1471777', + '1996': '1484562', + '1997': '1502819', + '1998': '1530045', + '1999': '1570272', + '2000': '1626076', + '2001': '1699790', + '2002': '1790001', + '2003': '1890140', + '2004': '1990711', + '2005': '2089017', + '2006': '2181738', + '2007': '2267151', + '2008': '2347589', + '2009': '2427305', + '2010': '2509600', + '2011': '2594957', + '2012': '2682219', + '2013': '2771324', + '2014': '2862247', + '2015': '2954805', + '2016': '3049301', + '2017': '3146521', + CountryName: 'Sierra Leone', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sl.svg' + }, + { + '1960': '1646400', + '1961': '1702400', + '1962': '1750200', + '1963': '1795000', + '1964': '1841600', + '1965': '1886900', + '1966': '1934400', + '1967': '1977600', + '1968': '2012000', + '1969': '2042500', + '1970': '2074500', + '1971': '2112900', + '1972': '2152400', + '1973': '2193000', + '1974': '2229800', + '1975': '2262600', + '1976': '2293300', + '1977': '2325300', + '1978': '2353600', + '1979': '2383500', + '1980': '2413945', + '1981': '2532835', + '1982': '2646466', + '1983': '2681061', + '1984': '2732221', + '1985': '2735957', + '1986': '2733373', + '1987': '2774789', + '1988': '2846108', + '1989': '2930901', + '1990': '3047132', + '1991': '3135083', + '1992': '3230698', + '1993': '3313471', + '1994': '3419048', + '1995': '3524506', + '1996': '3670704', + '1997': '3796038', + '1998': '3927213', + '1999': '3958723', + '2000': '4027887', + '2001': '4138012', + '2002': '4175950', + '2003': '4114826', + '2004': '4166664', + '2005': '4265762', + '2006': '4401365', + '2007': '4588599', + '2008': '4839396', + '2009': '4987573', + '2010': '5076732', + '2011': '5183688', + '2012': '5312437', + '2013': '5399162', + '2014': '5469724', + '2015': '5535002', + '2016': '5607283', + '2017': '5612253', + CountryName: 'Singapore', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sg.svg' + }, + { + '1960': '', + '1961': '', + '1962': '', + '1963': '', + '1964': '', + '1965': '', + '1966': '', + '1967': '', + '1968': '', + '1969': '', + '1970': '', + '1971': '', + '1972': '', + '1973': '', + '1974': '', + '1975': '', + '1976': '', + '1977': '', + '1978': '', + '1979': '', + '1980': '', + '1981': '', + '1982': '', + '1983': '', + '1984': '', + '1985': '', + '1986': '', + '1987': '', + '1988': '', + '1989': '', + '1990': '', + '1991': '', + '1992': '', + '1993': '', + '1994': '', + '1995': '', + '1996': '', + '1997': '', + '1998': '31240', + '1999': '31084', + '2000': '30519', + '2001': '30600', + '2002': '30777', + '2003': '31472', + '2004': '32488', + '2005': '33011', + '2006': '33441', + '2007': '33811', + '2008': '33964', + '2009': '34238', + '2010': '34056', + '2011': '33435', + '2012': '34640', + '2013': '36607', + '2014': '37685', + '2015': '38824', + '2016': '39969', + '2017': '41109', + CountryName: 'Sint Maarten (Dutch part)', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sx.svg' + }, + { + '1960': '1361347', + '1961': '1423197', + '1962': '1471245', + '1963': '1519388', + '1964': '1569094', + '1965': '1619143', + '1966': '1669066', + '1967': '1718790', + '1968': '1768232', + '1969': '1818423', + '1970': '1863258', + '1971': '1914539', + '1972': '1979489', + '1973': '2047898', + '1974': '2119100', + '1975': '2192168', + '1976': '2266922', + '1977': '2343045', + '1978': '2419732', + '1979': '2497145', + '1980': '2571477', + '1981': '2623925', + '1982': '2667930', + '1983': '2711169', + '1984': '2753815', + '1985': '2796439', + '1986': '2837965', + '1987': '2878046', + '1988': '2917651', + '1989': '2956110', + '1990': '2993564', + '1991': '3011210', + '1992': '3008952', + '1993': '3017265', + '1994': '3025916', + '1995': '3031513', + '1996': '3034659', + '1997': '3037037', + '1998': '3037825', + '1999': '3037635', + '2000': '3030239', + '2001': '3020933', + '2002': '3011770', + '2003': '3001728', + '2004': '2993058', + '2005': '2985293', + '2006': '2977317', + '2007': '2970070', + '2008': '2964549', + '2009': '2960369', + '2010': '2948302', + '2011': '2937801', + '2012': '2935234', + '2013': '2930811', + '2014': '2926070', + '2015': '2922832', + '2016': '2922095', + '2017': '2923996', + CountryName: 'Slovak Republic', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sk.svg' + }, + { + '1960': '446954', + '1961': '464004', + '1962': '480036', + '1963': '497639', + '1964': '516254', + '1965': '535928', + '1966': '557347', + '1967': '578934', + '1968': '599472', + '1969': '618383', + '1970': '638279', + '1971': '660081', + '1972': '684387', + '1973': '709382', + '1974': '732814', + '1975': '760012', + '1976': '791790', + '1977': '822198', + '1978': '852339', + '1979': '882958', + '1980': '913487', + '1981': '933075', + '1982': '938012', + '1983': '946993', + '1984': '954948', + '1985': '962743', + '1986': '977988', + '1987': '993038', + '1988': '998955', + '1989': '1002747', + '1990': '1006873', + '1991': '1010052', + '1992': '1009090', + '1993': '1007206', + '1994': '1006579', + '1995': '1007313', + '1996': '1007220', + '1997': '1006383', + '1998': '1004706', + '1999': '1005959', + '2000': '1009459', + '2001': '1011568', + '2002': '1014358', + '2003': '1019460', + '2004': '1024627', + '2005': '1030904', + '2006': '1038715', + '2007': '1049080', + '2008': '1055309', + '2009': '1069460', + '2010': '1078743', + '2011': '1085605', + '2012': '1092516', + '2013': '1098614', + '2014': '1104335', + '2015': '1109788', + '2016': '1115536', + '2017': '1121686', + CountryName: 'Slovenia', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/si.svg' + }, + { + '1960': '6799', + '1961': '7330', + '1962': '7905', + '1963': '8526', + '1964': '9194', + '1965': '9915', + '1966': '10688', + '1967': '11523', + '1968': '12431', + '1969': '13428', + '1970': '14293', + '1971': '14889', + '1972': '15532', + '1973': '16215', + '1974': '16925', + '1975': '17652', + '1976': '18601', + '1977': '19927', + '1978': '21328', + '1979': '22814', + '1980': '24389', + '1981': '26059', + '1982': '27824', + '1983': '29683', + '1984': '31633', + '1985': '33669', + '1986': '35794', + '1987': '37611', + '1988': '39224', + '1989': '40897', + '1990': '42650', + '1991': '44488', + '1992': '46408', + '1993': '48413', + '1994': '50505', + '1995': '52677', + '1996': '54936', + '1997': '57281', + '1998': '59710', + '1999': '62222', + '2000': '65246', + '2001': '68668', + '2002': '72240', + '2003': '75955', + '2004': '79808', + '2005': '83790', + '2006': '87903', + '2007': '92150', + '2008': '96547', + '2009': '101095', + '2010': '105811', + '2011': '110664', + '2012': '115656', + '2013': '120778', + '2014': '126012', + '2015': '131361', + '2016': '136805', + '2017': '142357', + CountryName: 'Solomon Islands', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sb.svg' + }, + { + '1960': '477110', + '1961': '501894', + '1962': '528046', + '1963': '555575', + '1964': '583809', + '1965': '612583', + '1966': '644078', + '1967': '678630', + '1968': '714552', + '1969': '749175', + '1970': '781156', + '1971': '806885', + '1972': '828271', + '1973': '856413', + '1974': '907964', + '1975': '989404', + '1976': '1104452', + '1977': '1255066', + '1978': '1422265', + '1979': '1578125', + '1980': '1701893', + '1981': '1784702', + '1982': '1832247', + '1983': '1856324', + '1984': '1876195', + '1985': '1906231', + '1986': '1951399', + '1987': '2009074', + '1988': '2075714', + '1989': '2139312', + '1990': '2193905', + '1991': '2237303', + '1992': '2273447', + '1993': '2309409', + '1994': '2356107', + '1995': '2421263', + '1996': '2508596', + '1997': '2615954', + '1998': '2738197', + '1999': '2867038', + '2000': '2996046', + '2001': '3123296', + '2002': '3250860', + '2003': '3418738', + '2004': '3594397', + '2005': '3779948', + '2006': '3976496', + '2007': '3797719', + '2008': '4094190', + '2009': '4407473', + '2010': '4738122', + '2011': '5085937', + '2012': '5304370', + '2013': '5530951', + '2014': '5767267', + '2015': '6014570', + '2016': '6273573', + '2017': '6544353', + CountryName: 'Somalia', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/so.svg' + }, + { + '1960': '8138211', + '1961': '8385621', + '1962': '8631458', + '1963': '8886439', + '1964': '9150112', + '1965': '9422339', + '1966': '9702787', + '1967': '9991697', + '1968': '10290191', + '1969': '10599780', + '1970': '10919313', + '1971': '11240988', + '1972': '11573961', + '1973': '11915521', + '1974': '12261915', + '1975': '12610526', + '1976': '12959556', + '1977': '13309900', + '1978': '13664894', + '1979': '14029453', + '1980': '14411508', + '1981': '14836268', + '1982': '15275381', + '1983': '15723388', + '1984': '16171347', + '1985': '16653249', + '1986': '17212444', + '1987': '17769785', + '1988': '18334902', + '1989': '18923392', + '1990': '19545370', + '1991': '20200630', + '1992': '20875876', + '1993': '21569049', + '1994': '22259855', + '1995': '22932158', + '1996': '23580029', + '1997': '24207383', + '1998': '24817322', + '1999': '25418106', + '2000': '26015296', + '2001': '26610150', + '2002': '27227214', + '2003': '27848775', + '2004': '28462586', + '2005': '29065824', + '2006': '29656760', + '2007': '30239614', + '2008': '30829033', + '2009': '31442368', + '2010': '32094946', + '2011': '32793266', + '2012': '33533029', + '2013': '34299835', + '2014': '35075489', + '2015': '35844195', + '2016': '36601070', + '2017': '37348247', + CountryName: 'South Africa', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/za.svg' + }, + { + '1960': '258517', + '1961': '263081', + '1962': '267850', + '1963': '272884', + '1964': '278126', + '1965': '283610', + '1966': '289374', + '1967': '295354', + '1968': '301622', + '1969': '308148', + '1970': '314907', + '1971': '321982', + '1972': '329312', + '1973': '336988', + '1974': '344946', + '1975': '353283', + '1976': '361831', + '1977': '370541', + '1978': '379762', + '1979': '389817', + '1980': '400838', + '1981': '412972', + '1982': '425846', + '1983': '450252', + '1984': '492649', + '1985': '536540', + '1986': '582212', + '1987': '629558', + '1988': '677293', + '1989': '723169', + '1990': '765824', + '1991': '802975', + '1992': '835044', + '1993': '858010', + '1994': '855444', + '1995': '866589', + '1996': '894411', + '1997': '937392', + '1998': '991176', + '1999': '1049024', + '2000': '1105876', + '2001': '1159989', + '2002': '1213040', + '2003': '1267102', + '2004': '1325693', + '2005': '1390997', + '2006': '1463889', + '2007': '1542855', + '2008': '1626144', + '2009': '1711805', + '2010': '1798000', + '2011': '1884138', + '2012': '1970762', + '2013': '2058335', + '2014': '2147759', + '2015': '2240020', + '2016': '2335091', + '2017': '2432898', + CountryName: 'South Sudan', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ss.svg' + }, + { + '1960': '17227480', + '1961': '17614512', + '1962': '18089104', + '1963': '18560792', + '1964': '19059712', + '1965': '19580951', + '1966': '20096611', + '1967': '20660198', + '1968': '21248036', + '1969': '21772801', + '1970': '22330440', + '1971': '22878387', + '1972': '23372204', + '1973': '23870859', + '1974': '24372582', + '1975': '24876771', + '1976': '25379947', + '1977': '25880544', + '1978': '26368356', + '1979': '26838008', + '1980': '27289444', + '1981': '27669147', + '1982': '27925417', + '1983': '28151118', + '1984': '28357570', + '1985': '28549379', + '1986': '28723937', + '1987': '28887112', + '1988': '29036437', + '1989': '29169746', + '1990': '29286916', + '1991': '29430524', + '1992': '29607126', + '1993': '29793326', + '1994': '29967941', + '1995': '30133075', + '1996': '30291556', + '1997': '30451227', + '1998': '30610090', + '1999': '30767125', + '2000': '30937864', + '2001': '31186430', + '2002': '31708814', + '2003': '32390830', + '2004': '33059302', + '2005': '33727737', + '2006': '34408810', + '2007': '35159317', + '2008': '35833174', + '2009': '36260460', + '2010': '36535850', + '2011': '36773882', + '2012': '36904876', + '2013': '36891840', + '2014': '36890017', + '2015': '36971015', + '2016': '37112875', + '2017': '37294880', + CountryName: 'Spain', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/es.svg' + }, + { + '1960': '1622476', + '1961': '1677724', + '1962': '1734302', + '1963': '1792676', + '1964': '1846015', + '1965': '1901063', + '1966': '1958274', + '1967': '2017241', + '1968': '2077383', + '1969': '2137619', + '1970': '2197243', + '1971': '2255986', + '1972': '2313885', + '1973': '2371593', + '1974': '2429817', + '1975': '2489271', + '1976': '2550052', + '1977': '2611866', + '1978': '2674287', + '1979': '2736484', + '1980': '2797722', + '1981': '2852459', + '1982': '2892769', + '1983': '2932105', + '1984': '2971590', + '1985': '3011545', + '1986': '3052272', + '1987': '3093521', + '1988': '3134347', + '1989': '3174208', + '1990': '3212062', + '1991': '3248340', + '1992': '3282727', + '1993': '3314814', + '1994': '3343308', + '1995': '3368054', + '1996': '3388186', + '1997': '3404666', + '1998': '3419052', + '1999': '3434368', + '2000': '3452120', + '2001': '3473382', + '2002': '3497191', + '2003': '3522934', + '2004': '3548855', + '2005': '3573580', + '2006': '3597277', + '2007': '3619827', + '2008': '3641511', + '2009': '3662097', + '2010': '3681352', + '2011': '3699568', + '2012': '3716533', + '2013': '3746058', + '2014': '3784061', + '2015': '3827553', + '2016': '3882481', + '2017': '3942265', + CountryName: 'Sri Lanka', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lk.svg' + }, + { + '1960': '14152', + '1961': '14472', + '1962': '14731', + '1963': '14928', + '1964': '15077', + '1965': '15185', + '1966': '15243', + '1967': '15254', + '1968': '15256', + '1969': '15284', + '1970': '15324', + '1971': '15269', + '1972': '15290', + '1973': '15365', + '1974': '15449', + '1975': '15509', + '1976': '15543', + '1977': '15549', + '1978': '15543', + '1979': '15533', + '1980': '15505', + '1981': '15366', + '1982': '15234', + '1983': '15102', + '1984': '14959', + '1985': '14807', + '1986': '14642', + '1987': '14468', + '1988': '14310', + '1989': '14190', + '1990': '14132', + '1991': '14139', + '1992': '14180', + '1993': '14267', + '1994': '14366', + '1995': '14461', + '1996': '14541', + '1997': '14618', + '1998': '14692', + '1999': '14776', + '2000': '14873', + '2001': '14992', + '2002': '15137', + '2003': '15286', + '2004': '15432', + '2005': '15569', + '2006': '15691', + '2007': '15803', + '2008': '15906', + '2009': '16010', + '2010': '16114', + '2011': '16217', + '2012': '16336', + '2013': '16463', + '2014': '16597', + '2015': '16735', + '2016': '16879', + '2017': '17031', + CountryName: 'St. Kitts and Nevis', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/kn.svg' + }, + { + '1960': '19292', + '1961': '19725', + '1962': '20198', + '1963': '20710', + '1964': '21254', + '1965': '21822', + '1966': '22420', + '1967': '23043', + '1968': '23679', + '1969': '24304', + '1970': '24902', + '1971': '25464', + '1972': '25995', + '1973': '26519', + '1974': '27066', + '1975': '27662', + '1976': '28319', + '1977': '29031', + '1978': '29780', + '1979': '30547', + '1980': '31314', + '1981': '32066', + '1982': '32817', + '1983': '33587', + '1984': '34407', + '1985': '35300', + '1986': '36277', + '1987': '37329', + '1988': '38423', + '1989': '39510', + '1990': '40556', + '1991': '41447', + '1992': '41682', + '1993': '41874', + '1994': '42071', + '1995': '42297', + '1996': '42563', + '1997': '42857', + '1998': '43149', + '1999': '43403', + '2000': '43591', + '2001': '43535', + '2002': '42064', + '2003': '40591', + '2004': '39156', + '2005': '37793', + '2006': '36502', + '2007': '35271', + '2008': '34066', + '2009': '32858', + '2010': '31841', + '2011': '32072', + '2012': '32257', + '2013': '32429', + '2014': '32606', + '2015': '32810', + '2016': '33036', + '2017': '33286', + CountryName: 'St. Lucia', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/lc.svg' + }, + { + '1960': '', + '1961': '', + '1962': '', + '1963': '', + '1964': '', + '1965': '', + '1966': '', + '1967': '', + '1968': '', + '1969': '', + '1970': '', + '1971': '', + '1972': '', + '1973': '', + '1974': '', + '1975': '', + '1976': '', + '1977': '', + '1978': '', + '1979': '', + '1980': '', + '1981': '', + '1982': '', + '1983': '', + '1984': '', + '1985': '', + '1986': '', + '1987': '', + '1988': '', + '1989': '', + '1990': '', + '1991': '', + '1992': '', + '1993': '', + '1994': '', + '1995': '', + '1996': '', + '1997': '', + '1998': '', + '1999': '', + '2000': '', + '2001': '', + '2002': '', + '2003': '', + '2004': '', + '2005': '', + '2006': '', + '2007': '', + '2008': '', + '2009': '', + '2010': '', + '2011': '', + '2012': '', + '2013': '', + '2014': '', + '2015': '', + '2016': '', + '2017': '', + CountryName: 'St. Martin (French part)', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/mf.svg' + }, + { + '1960': '21001', + '1961': '21681', + '1962': '22342', + '1963': '22989', + '1964': '23633', + '1965': '24288', + '1966': '24953', + '1967': '25628', + '1968': '26315', + '1969': '27022', + '1970': '27753', + '1971': '28513', + '1972': '29299', + '1973': '30108', + '1974': '30931', + '1975': '31767', + '1976': '32613', + '1977': '33465', + '1978': '34324', + '1979': '35188', + '1980': '36051', + '1981': '36911', + '1982': '37767', + '1983': '38619', + '1984': '39474', + '1985': '40330', + '1986': '41193', + '1987': '42059', + '1988': '42913', + '1989': '43736', + '1990': '44517', + '1991': '45227', + '1992': '45692', + '1993': '46115', + '1994': '46518', + '1995': '46903', + '1996': '47273', + '1997': '47630', + '1998': '47983', + '1999': '48355', + '2000': '48755', + '2001': '49186', + '2002': '49654', + '2003': '50148', + '2004': '50649', + '2005': '51144', + '2006': '51635', + '2007': '52118', + '2008': '52596', + '2009': '53063', + '2010': '53522', + '2011': '53966', + '2012': '54395', + '2013': '54828', + '2014': '55289', + '2015': '55783', + '2016': '56327', + '2017': '56909', + CountryName: 'St. Vincent and the Grenadines', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/vc.svg' + }, + { + '1960': '810731', + '1961': '872668', + '1962': '939444', + '1963': '1011469', + '1964': '1089192', + '1965': '1172825', + '1966': '1262982', + '1967': '1360216', + '1968': '1464966', + '1969': '1577575', + '1970': '1698845', + '1971': '1829017', + '1972': '1968957', + '1973': '2104071', + '1974': '2199226', + '1975': '2300463', + '1976': '2407884', + '1977': '2521418', + '1978': '2640882', + '1979': '2765735', + '1980': '2895546', + '1981': '3030399', + '1982': '3170953', + '1983': '3366677', + '1984': '3648614', + '1985': '3947501', + '1986': '4262608', + '1987': '4595231', + '1988': '4951277', + '1989': '5338264', + '1990': '5764225', + '1991': '6234658', + '1992': '6749810', + '1993': '7240120', + '1994': '7513116', + '1995': '7768874', + '1996': '8001974', + '1997': '8216978', + '1998': '8422547', + '1999': '8631857', + '2000': '8855061', + '2001': '9095540', + '2002': '9349825', + '2003': '9612013', + '2004': '9873047', + '2005': '10126743', + '2006': '10371226', + '2007': '10609975', + '2008': '10848620', + '2009': '11102349', + '2010': '11377971', + '2011': '11678010', + '2012': '12001289', + '2013': '12347302', + '2014': '12713526', + '2015': '13099286', + '2016': '13504692', + '2017': '13931306', + CountryName: 'Sudan', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sd.svg' + }, + { + '1960': '137038', + '1961': '141034', + '1962': '145000', + '1963': '148998', + '1964': '152910', + '1965': '156304', + '1966': '159913', + '1967': '163604', + '1968': '166959', + '1969': '169410', + '1970': '170593', + '1971': '170348', + '1972': '173631', + '1973': '180809', + '1974': '187738', + '1975': '194923', + '1976': '202595', + '1977': '210654', + '1978': '219032', + '1979': '227425', + '1980': '235660', + '1981': '236288', + '1982': '237021', + '1983': '238117', + '1984': '239931', + '1985': '242696', + '1986': '246501', + '1987': '251228', + '1988': '256584', + '1989': '262195', + '1990': '267734', + '1991': '273129', + '1992': '278406', + '1993': '283516', + '1994': '288453', + '1995': '293195', + '1996': '297699', + '1997': '301946', + '1998': '306000', + '1999': '309955', + '2000': '313875', + '2001': '317778', + '2002': '321664', + '2003': '325542', + '2004': '329434', + '2005': '332707', + '2006': '335944', + '2007': '339193', + '2008': '342465', + '2009': '345753', + '2010': '349038', + '2011': '352316', + '2012': '355588', + '2013': '358836', + '2014': '362120', + '2015': '365427', + '2016': '368746', + '2017': '372076', + CountryName: 'Suriname', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sr.svg' + }, + { + '1960': '5425627', + '1961': '5511783', + '1962': '5616067', + '1963': '5720204', + '1964': '5834351', + '1965': '5959398', + '1966': '6083367', + '1967': '6194186', + '1968': '6291760', + '1969': '6397326', + '1970': '6517403', + '1971': '6605244', + '1972': '6651027', + '1973': '6688293', + '1974': '6733350', + '1975': '6777603', + '1976': '6808217', + '1977': '6838299', + '1978': '6864113', + '1979': '6885080', + '1980': '6904971', + '1981': '6914338', + '1982': '6918294', + '1983': '6921426', + '1984': '6927719', + '1985': '6939171', + '1986': '6955328', + '1987': '6978575', + '1988': '7010722', + '1989': '7057653', + '1990': '7112392', + '1991': '7170001', + '1992': '7225787', + '1993': '7281393', + '1994': '7346937', + '1995': '7399093', + '1996': '7418835', + '1997': '7425561', + '1998': '7432163', + '1999': '7440437', + '2000': '7454878', + '2001': '7478923', + '2002': '7508835', + '2003': '7542470', + '2004': '7577769', + '2005': '7613645', + '2006': '7666670', + '2007': '7738188', + '2008': '7813274', + '2009': '7894625', + '2010': '7976659', + '2011': '8059895', + '2012': '8150488', + '2013': '8250182', + '2014': '8362604', + '2015': '8481489', + '2016': '8618398', + '2017': '8773636', + CountryName: 'Sweden', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/se.svg' + }, + { + '1960': '3778708', + '1961': '3871554', + '1962': '3987452', + '1963': '4090405', + '1964': '4175596', + '1965': '4241081', + '1966': '4302743', + '1967': '4373584', + '1968': '4446360', + '1969': '4513988', + '1970': '4564145', + '1971': '4597418', + '1972': '4635987', + '1973': '4673744', + '1974': '4702405', + '1975': '4703772', + '1976': '4680366', + '1977': '4667917', + '1978': '4671729', + '1979': '4684518', + '1980': '4706505', + '1981': '4731625', + '1982': '4755517', + '1983': '4772101', + '1984': '4785404', + '1985': '4802758', + '1986': '4823914', + '1987': '4850382', + '1988': '4882139', + '1989': '4917784', + '1990': '4964515', + '1991': '5023076', + '1992': '5075050', + '1993': '5117803', + '1994': '5154986', + '1995': '5185748', + '1996': '5204882', + '1997': '5213607', + '1998': '5225282', + '1999': '5246404', + '2000': '5272018', + '2001': '5304905', + '2002': '5347082', + '2003': '5388808', + '2004': '5427827', + '2005': '5464643', + '2006': '5500991', + '2007': '5552336', + '2008': '5625324', + '2009': '5697988', + '2010': '5759681', + '2011': '5825978', + '2012': '5889928', + '2013': '5959745', + '2014': '6034707', + '2015': '6105617', + '2016': '6174416', + '2017': '6244619', + CountryName: 'Switzerland', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ch.svg' + }, + { + '1960': '1683373', + '1961': '1765942', + '1962': '1854806', + '1963': '1948106', + '1964': '2046280', + '1965': '2149577', + '1966': '2258339', + '1967': '2372750', + '1968': '2493121', + '1969': '2619593', + '1970': '2752642', + '1971': '2874816', + '1972': '2997366', + '1973': '3125158', + '1974': '3257984', + '1975': '3395668', + '1976': '3537997', + '1977': '3685168', + '1978': '3838754', + '1979': '4000336', + '1980': '4171386', + '1981': '4352356', + '1982': '4533108', + '1983': '4718567', + '1984': '4908137', + '1985': '5099736', + '1986': '5292945', + '1987': '5488087', + '1988': '5685507', + '1989': '5885955', + '1990': '6090036', + '1991': '6297270', + '1992': '6507431', + '1993': '6721723', + '1994': '6941927', + '1995': '7187665', + '1996': '7447436', + '1997': '7716370', + '1998': '7989892', + '1999': '8260780', + '2000': '8524943', + '2001': '8771436', + '2002': '9002248', + '2003': '9238624', + '2004': '9511772', + '2005': '9839208', + '2006': '10241703', + '2007': '10702039', + '2008': '11153587', + '2009': '11503046', + '2010': '11686472', + '2011': '11387567', + '2012': '10936306', + '2013': '10405544', + '2014': '9889591', + '2015': '9773668', + '2016': '9737730', + '2017': '9774379', + CountryName: 'Syrian Arab Republic', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/sy.svg' + }, + { + '1960': '692229', + '1961': '724602', + '1962': '759424', + '1963': '796337', + '1964': '834877', + '1965': '874565', + '1966': '915356', + '1967': '957338', + '1968': '1000445', + '1969': '1044551', + '1970': '1080496', + '1971': '1105675', + '1972': '1130540', + '1973': '1155329', + '1974': '1180068', + '1975': '1205003', + '1976': '1230092', + '1977': '1255490', + '1978': '1281456', + '1979': '1309151', + '1980': '1339127', + '1981': '1370201', + '1982': '1402140', + '1983': '1435469', + '1984': '1470752', + '1985': '1508134', + '1986': '1548022', + '1987': '1589688', + '1988': '1630862', + '1989': '1659833', + '1990': '1672723', + '1991': '1679082', + '1992': '1679893', + '1993': '1676668', + '1994': '1671063', + '1995': '1664676', + '1996': '1657643', + '1997': '1650086', + '1998': '1642717', + '1999': '1636343', + '2000': '1647356', + '2001': '1676878', + '2002': '1708960', + '2003': '1743333', + '2004': '1779440', + '2005': '1817042', + '2006': '1855988', + '2007': '1896383', + '2008': '1938247', + '2009': '1981642', + '2010': '2026560', + '2011': '2072868', + '2012': '2122289', + '2013': '2174398', + '2014': '2229090', + '2015': '2286080', + '2016': '2345422', + '2017': '2407157', + CountryName: 'Tajikistan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tj.svg' + }, + { + '1960': '528509', + '1961': '559541', + '1962': '592636', + '1963': '627777', + '1964': '665038', + '1965': '704517', + '1966': '746292', + '1967': '790637', + '1968': '870061', + '1969': '964069', + '1970': '1068306', + '1971': '1184203', + '1972': '1312559', + '1973': '1454157', + '1974': '1610103', + '1975': '1781164', + '1976': '1968806', + '1977': '2173667', + '1978': '2397905', + '1979': '2560919', + '1980': '2719334', + '1981': '2886940', + '1982': '3065089', + '1983': '3253365', + '1984': '3452356', + '1985': '3661410', + '1986': '3881163', + '1987': '4111940', + '1988': '4356633', + '1989': '4578236', + '1990': '4807792', + '1991': '5054588', + '1992': '5317625', + '1993': '5592427', + '1994': '5873136', + '1995': '6154842', + '1996': '6435980', + '1997': '6718378', + '1998': '7006325', + '1999': '7306494', + '2000': '7624779', + '2001': '7962433', + '2002': '8320222', + '2003': '8771267', + '2004': '9265294', + '2005': '9791550', + '2006': '10352972', + '2007': '10950894', + '2008': '11586014', + '2009': '12255418', + '2010': '12960158', + '2011': '13699468', + '2012': '14476048', + '2013': '15290226', + '2014': '16142664', + '2015': '17035226', + '2016': '17968160', + '2017': '18942681', + CountryName: 'Tanzania', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tz.svg' + }, + { + '1960': '5389572', + '1961': '5583030', + '1962': '5784218', + '1963': '5993408', + '1964': '6210236', + '1965': '6434888', + '1966': '6666679', + '1967': '6905677', + '1968': '7151627', + '1969': '7404684', + '1970': '7704889', + '1971': '8140439', + '1972': '8595982', + '1973': '9068848', + '1974': '9557359', + '1975': '10057938', + '1976': '10571204', + '1977': '11095119', + '1978': '11631125', + '1979': '12179518', + '1980': '12695002', + '1981': '13074811', + '1982': '13453985', + '1983': '13835833', + '1984': '14224401', + '1985': '14621051', + '1986': '15030328', + '1987': '15448930', + '1988': '15868017', + '1989': '16273759', + '1990': '16648929', + '1991': '16944479', + '1992': '17214288', + '1993': '17470946', + '1994': '17732347', + '1995': '18011734', + '1996': '18315522', + '1997': '18637623', + '1998': '18968883', + '1999': '19295747', + '2000': '19760004', + '2001': '20682080', + '2002': '21614441', + '2003': '22556146', + '2004': '23510657', + '2005': '24476323', + '2006': '25456179', + '2007': '26445148', + '2008': '27444802', + '2009': '28453553', + '2010': '29475095', + '2011': '30184618', + '2012': '30831696', + '2013': '31477326', + '2014': '32116885', + '2015': '32745556', + '2016': '33362995', + '2017': '33966456', + CountryName: 'Thailand', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/th.svg' + }, + { + '1960': '50450', + '1961': '52121', + '1962': '54458', + '1963': '56918', + '1964': '59511', + '1965': '62239', + '1966': '65063', + '1967': '67976', + '1968': '71044', + '1969': '74358', + '1970': '77976', + '1971': '82045', + '1972': '86504', + '1973': '90895', + '1974': '94565', + '1975': '97041', + '1976': '97954', + '1977': '97488', + '1978': '96400', + '1979': '95870', + '1980': '96848', + '1981': '99779', + '1982': '104512', + '1983': '110613', + '1984': '117257', + '1985': '123805', + '1986': '130015', + '1987': '136064', + '1988': '142230', + '1989': '148995', + '1990': '156718', + '1991': '164843', + '1992': '173491', + '1993': '182286', + '1994': '190175', + '1995': '196372', + '1996': '200348', + '1997': '202433', + '1998': '203848', + '1999': '206408', + '2000': '211478', + '2001': '219732', + '2002': '230762', + '2003': '243509', + '2004': '256251', + '2005': '267307', + '2006': '276563', + '2007': '284444', + '2008': '291607', + '2009': '299094', + '2010': '307712', + '2011': '317720', + '2012': '328844', + '2013': '340849', + '2014': '353329', + '2015': '365964', + '2016': '378698', + '2017': '391641', + CountryName: 'Timor-Leste', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tl.svg' + }, + { + '1960': '159600', + '1961': '174769', + '1962': '191015', + '1963': '209045', + '1964': '230147', + '1965': '255440', + '1966': '286062', + '1967': '322364', + '1968': '363861', + '1969': '408976', + '1970': '450183', + '1971': '472147', + '1972': '492872', + '1973': '512679', + '1974': '532384', + '1975': '552643', + '1976': '573429', + '1977': '594659', + '1978': '617270', + '1979': '642423', + '1980': '671041', + '1981': '703572', + '1982': '740164', + '1983': '780104', + '1984': '821769', + '1985': '864060', + '1986': '906940', + '1987': '950578', + '1988': '994630', + '1989': '1038672', + '1990': '1082648', + '1991': '1126053', + '1992': '1169151', + '1993': '1213299', + '1994': '1260543', + '1995': '1312339', + '1996': '1369567', + '1997': '1431830', + '1998': '1498036', + '1999': '1566424', + '2000': '1635599', + '2001': '1705082', + '2002': '1775470', + '2003': '1847364', + '2004': '1921834', + '2005': '1999658', + '2006': '2081114', + '2007': '2166016', + '2008': '2254416', + '2009': '2345946', + '2010': '2440753', + '2011': '2540265', + '2012': '2644056', + '2013': '2751046', + '2014': '2861132', + '2015': '2974138', + '2016': '3090318', + '2017': '3209687', + CountryName: 'Togo', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tg.svg' + }, + { + '1960': '10812', + '1961': '11429', + '1962': '12133', + '1963': '12905', + '1964': '13704', + '1965': '14500', + '1966': '15285', + '1967': '15887', + '1968': '16322', + '1969': '16706', + '1970': '17032', + '1971': '17289', + '1972': '17483', + '1973': '17639', + '1974': '17791', + '1975': '17967', + '1976': '18178', + '1977': '18514', + '1978': '18930', + '1979': '19323', + '1980': '19675', + '1981': '19974', + '1982': '20229', + '1983': '20459', + '1984': '20685', + '1985': '20921', + '1986': '21179', + '1987': '21339', + '1988': '21434', + '1989': '21522', + '1990': '21604', + '1991': '21675', + '1992': '21743', + '1993': '21807', + '1994': '21881', + '1995': '21967', + '1996': '22066', + '1997': '22176', + '1998': '22297', + '1999': '22430', + '2000': '22571', + '2001': '22721', + '2002': '22881', + '2003': '23049', + '2004': '23221', + '2005': '23396', + '2006': '23576', + '2007': '23774', + '2008': '23981', + '2009': '24176', + '2010': '24357', + '2011': '24516', + '2012': '24595', + '2013': '24628', + '2014': '24677', + '2015': '24756', + '2016': '24876', + '2017': '25027', + CountryName: 'Tonga', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/to.svg' + }, + { + '1960': '289798', + '1961': '302911', + '1962': '315611', + '1963': '327876', + '1964': '339749', + '1965': '351262', + '1966': '362368', + '1967': '373086', + '1968': '383793', + '1969': '394975', + '1970': '407108', + '1971': '420409', + '1972': '434848', + '1973': '450214', + '1974': '466162', + '1975': '482390', + '1976': '498788', + '1977': '515410', + '1978': '532434', + '1979': '550094', + '1980': '567442', + '1981': '578489', + '1982': '590035', + '1983': '601642', + '1984': '612761', + '1985': '622992', + '1986': '632153', + '1987': '640330', + '1988': '647714', + '1989': '654641', + '1990': '661341', + '1991': '667938', + '1992': '674319', + '1993': '680367', + '1994': '685887', + '1995': '690753', + '1996': '694919', + '1997': '698491', + '1998': '701834', + '1999': '705378', + '2000': '708866', + '2001': '708945', + '2002': '709583', + '2003': '710633', + '2004': '711795', + '2005': '712886', + '2006': '713849', + '2007': '714725', + '2008': '715589', + '2009': '716489', + '2010': '717506', + '2011': '718596', + '2012': '720044', + '2013': '721717', + '2014': '723475', + '2015': '725187', + '2016': '726842', + '2017': '728443', + CountryName: 'Trinidad and Tobago', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tt.svg' + }, + { + '1960': '1566559', + '1961': '1607538', + '1962': '1652015', + '1963': '1699968', + '1964': '1751298', + '1965': '1805590', + '1966': '1865978', + '1967': '1944133', + '1968': '2026350', + '1969': '2111834', + '1970': '2200362', + '1971': '2291761', + '1972': '2386374', + '1973': '2484247', + '1974': '2585973', + '1975': '2689900', + '1976': '2785901', + '1977': '2885281', + '1978': '2989612', + '1979': '3100869', + '1980': '3220318', + '1981': '3348696', + '1982': '3485498', + '1983': '3628473', + '1984': '3778593', + '1985': '3942025', + '1986': '4105358', + '1987': '4268509', + '1988': '4432733', + '1989': '4599578', + '1990': '4770577', + '1991': '4945894', + '1992': '5124253', + '1993': '5302734', + '1994': '5470510', + '1995': '5602725', + '1996': '5726710', + '1997': '5842761', + '1998': '5951656', + '1999': '6054487', + '2000': '6152395', + '2001': '6245039', + '2002': '6333095', + '2003': '6419541', + '2004': '6506432', + '2005': '6590556', + '2006': '6680916', + '2007': '6777068', + '2008': '6878521', + '2009': '6983973', + '2010': '7092259', + '2011': '7203511', + '2012': '7317800', + '2013': '7434276', + '2014': '7552449', + '2015': '7672403', + '2016': '7793664', + '2017': '7915883', + CountryName: 'Tunisia', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tn.svg' + }, + { + '1960': '8657905', + '1961': '9025020', + '1962': '9398918', + '1963': '9785801', + '1964': '10186257', + '1965': '10601117', + '1966': '11084941', + '1967': '11613794', + '1968': '12164205', + '1969': '12737046', + '1970': '13334592', + '1971': '13911375', + '1972': '14488541', + '1973': '15085598', + '1974': '15701103', + '1975': '16333821', + '1976': '16914559', + '1977': '17474294', + '1978': '18048164', + '1979': '18640045', + '1980': '19252658', + '1981': '20329788', + '1982': '21630537', + '1983': '22977479', + '1984': '24362096', + '1985': '25769739', + '1986': '27034294', + '1987': '28238856', + '1988': '29455629', + '1989': '30682086', + '1990': '31923263', + '1991': '32891157', + '1992': '33738104', + '1993': '34589934', + '1994': '35453749', + '1995': '36333494', + '1996': '37230423', + '1997': '38142741', + '1998': '39068789', + '1999': '40002789', + '2000': '40942287', + '2001': '41942709', + '2002': '42977478', + '2003': '44014467', + '2004': '45046031', + '2005': '46065671', + '2006': '47068551', + '2007': '48059010', + '2008': '49062187', + '2009': '50109357', + '2010': '51225537', + '2011': '52415819', + '2012': '53670916', + '2013': '54969310', + '2014': '56291672', + '2015': '57616413', + '2016': '58945742', + '2017': '60271313', + CountryName: 'Turkey', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tr.svg' + }, + { + '1960': '744104', + '1961': '772084', + '1962': '801130', + '1963': '831015', + '1964': '861411', + '1965': '892152', + '1966': '923050', + '1967': '954179', + '1968': '985654', + '1969': '1017793', + '1970': '1048854', + '1971': '1078316', + '1972': '1108345', + '1973': '1138841', + '1974': '1169763', + '1975': '1200986', + '1976': '1232635', + '1977': '1264696', + '1978': '1296997', + '1979': '1327124', + '1980': '1354344', + '1981': '1381270', + '1982': '1408002', + '1983': '1434987', + '1984': '1462667', + '1985': '1491470', + '1986': '1521171', + '1987': '1551591', + '1988': '1583328', + '1989': '1619378', + '1990': '1660548', + '1991': '1704754', + '1992': '1751186', + '1993': '1797596', + '1994': '1840848', + '1995': '1884860', + '1996': '1930077', + '1997': '1970297', + '1998': '2006587', + '1999': '2040531', + '2000': '2073491', + '2001': '2105730', + '2002': '2137289', + '2003': '2168970', + '2004': '2201755', + '2005': '2237154', + '2006': '2275564', + '2007': '2317260', + '2008': '2362651', + '2009': '2412430', + '2010': '2466839', + '2011': '2526235', + '2012': '2590460', + '2013': '2658507', + '2014': '2728802', + '2015': '2800284', + '2016': '2872495', + '2017': '2945428', + CountryName: 'Turkmenistan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tm.svg' + }, + { + '1960': '2730', + '1961': '2767', + '1962': '2787', + '1963': '2796', + '1964': '2801', + '1965': '2802', + '1966': '2800', + '1967': '2799', + '1968': '2803', + '1969': '2828', + '1970': '2879', + '1971': '2964', + '1972': '3072', + '1973': '3202', + '1974': '3342', + '1975': '3475', + '1976': '3594', + '1977': '3708', + '1978': '3826', + '1979': '3968', + '1980': '4155', + '1981': '4507', + '1982': '4900', + '1983': '5330', + '1984': '5774', + '1985': '6221', + '1986': '6650', + '1987': '7075', + '1988': '7512', + '1989': '8011', + '1990': '8588', + '1991': '9220', + '1992': '9946', + '1993': '10729', + '1994': '11515', + '1995': '12255', + '1996': '12921', + '1997': '13535', + '1998': '14174', + '1999': '14952', + '2000': '15957', + '2001': '17230', + '2002': '18700', + '2003': '20275', + '2004': '21821', + '2005': '23207', + '2006': '24403', + '2007': '25431', + '2008': '26325', + '2009': '27151', + '2010': '27965', + '2011': '28770', + '2012': '29541', + '2013': '30288', + '2014': '30990', + '2015': '31659', + '2016': '32288', + '2017': '32900', + CountryName: 'Turks and Caicos Islands', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tc.svg' + }, + { + '1960': 970, + '1961': '1027', + '1962': '1087', + '1963': '1150', + '1964': '1215', + '1965': '1281', + '1966': '1347', + '1967': '1412', + '1968': '1478', + '1969': '1543', + '1970': '1613', + '1971': '1682', + '1972': '1753', + '1973': '1827', + '1974': '1904', + '1975': '1978', + '1976': '2057', + '1977': '2137', + '1978': '2221', + '1979': '2307', + '1980': '2401', + '1981': '2501', + '1982': '2613', + '1983': '2728', + '1984': '2842', + '1985': '2963', + '1986': '3105', + '1987': '3242', + '1988': '3380', + '1989': '3520', + '1990': '3661', + '1991': '3801', + '1992': '3894', + '1993': '3951', + '1994': '4003', + '1995': '4058', + '1996': '4108', + '1997': '4155', + '1998': '4206', + '1999': '4262', + '2000': '4335', + '2001': '4416', + '2002': '4513', + '2003': '4655', + '2004': '4816', + '2005': '4983', + '2006': '5142', + '2007': '5300', + '2008': '5456', + '2009': '5615', + '2010': '5771', + '2011': '5931', + '2012': '6093', + '2013': '6255', + '2014': '6412', + '2015': '6571', + '2016': '6730', + '2017': '6886', + CountryName: 'Tuvalu', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/tv.svg' + }, + { + '1960': '68086', + '1961': '75185', + '1962': '84633', + '1963': '95547', + '1964': '106555', + '1965': '116866', + '1966': '125990', + '1967': '134987', + '1968': '146189', + '1969': '162648', + '1970': '187928', + '1971': '222489', + '1972': '265542', + '1973': '316945', + '1974': '376148', + '1975': '442351', + '1976': '516927', + '1977': '599287', + '1978': '684443', + '1979': '766487', + '1980': '841308', + '1981': '904376', + '1982': '957179', + '1983': '1005543', + '1984': '1055125', + '1985': '1110115', + '1986': '1172239', + '1987': '1240490', + '1988': '1313734', + '1989': '1390716', + '1990': '1470486', + '1991': '1554469', + '1992': '1643437', + '1993': '1735329', + '1994': '1827250', + '1995': '1917891', + '1996': '2018071', + '1997': '2131334', + '1998': '2252863', + '1999': '2384852', + '2000': '2531386', + '2001': '2682611', + '2002': '2843208', + '2003': '3048627', + '2004': '3346830', + '2005': '3767239', + '2006': '4332435', + '2007': '5017966', + '2008': '5748932', + '2009': '6419991', + '2010': '6954570', + '2011': '7321564', + '2012': '7543045', + '2013': '7661268', + '2014': '7744253', + '2015': '7842857', + '2016': '7968622', + '2017': '8107437', + CountryName: 'UAE', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ae.svg' + }, + { + '1960': '299835', + '1961': '323496', + '1962': '349411', + '1963': '377741', + '1964': '408457', + '1965': '441513', + '1966': '477415', + '1967': '516042', + '1968': '557486', + '1969': '601265', + '1970': '629486', + '1971': '654863', + '1972': '680408', + '1973': '706360', + '1974': '733463', + '1975': '762231', + '1976': '792933', + '1977': '825558', + '1978': '859900', + '1979': '895854', + '1980': '945482', + '1981': '1012953', + '1982': '1085452', + '1983': '1163377', + '1984': '1248062', + '1985': '1340459', + '1986': '1441346', + '1987': '1551021', + '1988': '1669674', + '1989': '1796635', + '1990': '1931533', + '1991': '2066352', + '1992': '2199176', + '1993': '2338687', + '1994': '2485468', + '1995': '2639890', + '1996': '2802072', + '1997': '2972455', + '1998': '3153191', + '1999': '3346424', + '2000': '3554447', + '2001': '3778192', + '2002': '4018702', + '2003': '4276212', + '2004': '4550722', + '2005': '4841052', + '2006': '5149203', + '2007': '5475391', + '2008': '5821091', + '2009': '6186678', + '2010': '6573770', + '2011': '6982934', + '2012': '7415300', + '2013': '7870510', + '2014': '8350721', + '2015': '8855958', + '2016': '9386237', + '2017': '9942492', + CountryName: 'Uganda', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ug.svg' + }, + { + '1960': '41104656', + '1961': '41381472', + '1962': '41661202', + '1963': '41900114', + '1964': '42098400', + '1965': '42294196', + '1966': '42452048', + '1967': '42603817', + '1968': '42733856', + '1969': '42833742', + '1970': '42925829', + '1971': '43056861', + '1972': '43295638', + '1973': '43470962', + '1974': '43590038', + '1975': '43677888', + '1976': '43757644', + '1977': '43833733', + '1978': '43925435', + '1979': '44054299', + '1980': '44195960', + '1981': '44271630', + '1982': '44228171', + '1983': '44215089', + '1984': '44257473', + '1985': '44329755', + '1986': '44404206', + '1987': '44470325', + '1988': '44540723', + '1989': '44628280', + '1990': '44733264', + '1991': '44855736', + '1992': '45011752', + '1993': '45154426', + '1994': '45304828', + '1995': '45459651', + '1996': '45610451', + '1997': '45762480', + '1998': '45931122', + '1999': '46119137', + '2000': '46319551', + '2001': '46557334', + '2002': '46930583', + '2003': '47323791', + '2004': '47767769', + '2005': '48269624', + '2006': '48798541', + '2007': '49351705', + '2008': '49913475', + '2009': '50463084', + '2010': '51030310', + '2011': '51600299', + '2012': '52130415', + '2013': '52650556', + '2014': '53218629', + '2015': '53813373', + '2016': '54369540', + '2017': '54892898', + CountryName: 'UK', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/gb.svg' + }, + { + '1960': '19962473', + '1961': '20539872', + '1962': '21128369', + '1963': '21720462', + '1964': '22307575', + '1965': '22924717', + '1966': '23525932', + '1967': '24111725', + '1968': '24688197', + '1969': '25262835', + '1970': '25818142', + '1971': '26350427', + '1972': '26888456', + '1973': '27426232', + '1974': '27958605', + '1975': '28469885', + '1976': '28968286', + '1977': '29454273', + '1978': '29931076', + '1979': '30388565', + '1980': '30827259', + '1981': '31287683', + '1982': '31693551', + '1983': '32110163', + '1984': '32533314', + '1985': '32933625', + '1986': '33344880', + '1987': '33766182', + '1988': '34209429', + '1989': '34541910', + '1990': '34641542', + '1991': '34734234', + '1992': '34854630', + '1993': '34894325', + '1994': '34741407', + '1995': '34487999', + '1996': '34203211', + '1997': '33912723', + '1998': '33630036', + '1999': '33333798', + '2000': '33019123', + '2001': '32707281', + '2002': '32432088', + '2003': '32238838', + '2004': '32075858', + '2005': '31932581', + '2006': '31801166', + '2007': '31694727', + '2008': '31605915', + '2009': '31547432', + '2010': '31465465', + '2011': '31395063', + '2012': '31359984', + '2013': '31330962', + '2014': '31223156', + '2015': '31183824', + '2016': '31122512', + '2017': '31043784', + CountryName: 'Ukraine', + Region: 'Europe', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ua.svg' + }, + { + '1960': '2037039', + '1961': '2069233', + '1962': '2100842', + '1963': '2131793', + '1964': '2162004', + '1965': '2191413', + '1966': '2220207', + '1967': '2248174', + '1968': '2274149', + '1969': '2296522', + '1970': '2314379', + '1971': '2327046', + '1972': '2335333', + '1973': '2341481', + '1974': '2348693', + '1975': '2359996', + '1976': '2381288', + '1977': '2406111', + '1978': '2433527', + '1979': '2461880', + '1980': '2489899', + '1981': '2517351', + '1982': '2544759', + '1983': '2571986', + '1984': '2599112', + '1985': '2626203', + '1986': '2653916', + '1987': '2681713', + '1988': '2709554', + '1989': '2737859', + '1990': '2767051', + '1991': '2797046', + '1992': '2827602', + '1993': '2858433', + '1994': '2889290', + '1995': '2919802', + '1996': '2950353', + '1997': '2981427', + '1998': '3010660', + '1999': '3036068', + '2000': '3056475', + '2001': '3071016', + '2002': '3080486', + '2003': '3087122', + '2004': '3094002', + '2005': '3103428', + '2006': '3116291', + '2007': '3131976', + '2008': '3149708', + '2009': '3168018', + '2010': '3185920', + '2011': '3203207', + '2012': '3218073', + '2013': '3232254', + '2014': '3246688', + '2015': '3261519', + '2016': '3276765', + '2017': '3292209', + CountryName: 'Uruguay', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/uy.svg' + }, + { + '1960': '126462473', + '1961': '129276215', + '1962': '131988693', + '1963': '134615404', + '1964': '137215986', + '1965': '139663053', + '1966': '142008703', + '1967': '144288757', + '1968': '146463196', + '1969': '148629124', + '1970': '150922373', + '1971': '152865492', + '1972': '154531732', + '1973': '156034954', + '1974': '157488501', + '1975': '159070594', + '1976': '160611122', + '1977': '162256678', + '1978': '164005080', + '1979': '165847531', + '1980': '167551171', + '1981': '169552427', + '1982': '171528659', + '1983': '173459636', + '1984': '175321738', + '1985': '177239105', + '1986': '179244877', + '1987': '181215212', + '1988': '183232441', + '1989': '185333919', + '1990': '187966119', + '1991': '191509147', + '1992': '195199459', + '1993': '198806845', + '1994': '202278113', + '1995': '205718394', + '1996': '209146726', + '1997': '212694273', + '1998': '216206090', + '1999': '219721677', + '2000': '223069137', + '2001': '225792302', + '2002': '228400290', + '2003': '230876596', + '2004': '233532722', + '2005': '236200507', + '2006': '238999326', + '2007': '241795278', + '2008': '244607104', + '2009': '247276259', + '2010': '249858829', + '2011': '252257346', + '2012': '254708202', + '2013': '257095490', + '2014': '259623192', + '2015': '262196447', + '2016': '264746567', + '2017': '267278643', + CountryName: 'USA', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/us.svg' + }, + { + '1960': '2904947', + '1961': '3025732', + '1962': '3152643', + '1963': '3286486', + '1964': '3428592', + '1965': '3579624', + '1966': '3740593', + '1967': '3910629', + '1968': '4086165', + '1969': '4262087', + '1970': '4446076', + '1971': '4639469', + '1972': '4830875', + '1973': '5023222', + '1974': '5221768', + '1975': '5430215', + '1976': '5649962', + '1977': '5880071', + '1978': '6119319', + '1979': '6329949', + '1980': '6500546', + '1981': '6671424', + '1982': '6843296', + '1983': '7016955', + '1984': '7193614', + '1985': '7374062', + '1986': '7558006', + '1987': '7744589', + '1988': '7934073', + '1989': '8170864', + '1990': '8483962', + '1991': '8765479', + '1992': '9074643', + '1993': '9386788', + '1994': '9679171', + '1995': '9964108', + '1996': '10267308', + '1997': '10575599', + '1998': '10862394', + '1999': '11096810', + '2000': '11370244', + '2001': '11634932', + '2002': '11900009', + '2003': '12162787', + '2004': '12428855', + '2005': '12700677', + '2006': '12984805', + '2007': '13301003', + '2008': '13648397', + '2009': '14014762', + '2010': '14554257', + '2011': '15007103', + '2012': '15199882', + '2013': '15408910', + '2014': '15640290', + '2015': '15884192', + '2016': '16130961', + '2017': '16371730', + CountryName: 'Uzbekistan', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/uz.svg' + }, + { + '1960': '6627', + '1961': '6954', + '1962': '7300', + '1963': '7661', + '1964': '8034', + '1965': '8416', + '1966': '8804', + '1967': '9201', + '1968': '9615', + '1969': '10052', + '1970': '10524', + '1971': '11032', + '1972': '11574', + '1973': '12150', + '1974': '12753', + '1975': '13378', + '1976': '14031', + '1977': '14706', + '1978': '15401', + '1979': '16175', + '1980': '17044', + '1981': '17929', + '1982': '18832', + '1983': '19762', + '1984': '20729', + '1985': '21743', + '1986': '22807', + '1987': '23921', + '1988': '25101', + '1989': '26334', + '1990': '27443', + '1991': '28645', + '1992': '29939', + '1993': '31282', + '1994': '32625', + '1995': '33923', + '1996': '35157', + '1997': '36340', + '1998': '37526', + '1999': '38775', + '2000': '40109', + '2001': '41555', + '2002': '43126', + '2003': '44809', + '2004': '46563', + '2005': '48362', + '2006': '50207', + '2007': '52100', + '2008': '54048', + '2009': '56048', + '2010': '57802', + '2011': '59406', + '2012': '61032', + '2013': '62680', + '2014': '64353', + '2015': '66048', + '2016': '67768', + '2017': '69511', + CountryName: 'Vanuatu', + Region: 'Oceania', + ImageURL: 'https://public.flourish.studio/country-flags/svg/vu.svg' + }, + { + '1960': '5019517', + '1961': '5320284', + '1962': '5620087', + '1963': '5932627', + '1964': '6255179', + '1965': '6584705', + '1966': '6921334', + '1967': '7264884', + '1968': '7614458', + '1969': '7968210', + '1970': '8326038', + '1971': '8686424', + '1972': '9039747', + '1973': '9392427', + '1974': '9753705', + '1975': '10125758', + '1976': '10509894', + '1977': '10905098', + '1978': '11311052', + '1979': '11726343', + '1980': '12150080', + '1981': '12581068', + '1982': '13010545', + '1983': '13444596', + '1984': '13888790', + '1985': '14343477', + '1986': '14809321', + '1987': '15284931', + '1988': '15767751', + '1989': '16253829', + '1990': '16740451', + '1991': '17213951', + '1992': '17681710', + '1993': '18148774', + '1994': '18616442', + '1995': '19085360', + '1996': '19555192', + '1997': '20024969', + '1998': '20495762', + '1999': '20967915', + '2000': '21441746', + '2001': '21917236', + '2002': '22328149', + '2003': '22738949', + '2004': '23149002', + '2005': '23557741', + '2006': '23965020', + '2007': '24370591', + '2008': '24773421', + '2009': '25173139', + '2010': '25568762', + '2011': '25959516', + '2012': '26342679', + '2013': '26720029', + '2014': '27094036', + '2015': '27464497', + '2016': '27832085', + '2017': '28198335', + CountryName: 'Venezuela, RB', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ve.svg' + }, + { + '1960': '4802582', + '1961': '5060452', + '1962': '5330609', + '1963': '5613369', + '1964': '5908497', + '1965': '6216993', + '1966': '6538935', + '1967': '6874013', + '1968': '7221218', + '1969': '7578084', + '1970': '7943534', + '1971': '8183628', + '1972': '8423010', + '1973': '8662886', + '1974': '8905602', + '1975': '9152354', + '1976': '9403764', + '1977': '9659708', + '1978': '9922435', + '1979': '10195285', + '1980': '10465078', + '1981': '10741161', + '1982': '11028833', + '1983': '11326210', + '1984': '11631159', + '1985': '11941868', + '1986': '12257689', + '1987': '12576950', + '1988': '12900764', + '1989': '13278715', + '1990': '13817220', + '1991': '14372410', + '1992': '14941662', + '1993': '15518499', + '1994': '16096447', + '1995': '16668605', + '1996': '17231977', + '1997': '17787158', + '1998': '18335227', + '1999': '18908644', + '2000': '19568803', + '2001': '20233862', + '2002': '20907922', + '2003': '21590520', + '2004': '22287690', + '2005': '23000295', + '2006': '23731187', + '2007': '24481969', + '2008': '25256248', + '2009': '26061216', + '2010': '26910684', + '2011': '27796909', + '2012': '28720281', + '2013': '29671797', + '2014': '30646249', + '2015': '31635611', + '2016': '32635787', + '2017': '33642782', + CountryName: 'Vietnam', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/vn.svg' + }, + { + '1960': '18355', + '1961': '19847', + '1962': '20734', + '1963': '24120', + '1964': '25276', + '1965': '27526', + '1966': '29839', + '1967': '32344', + '1968': '37397', + '1969': '41232', + '1970': '44174', + '1971': '50208', + '1972': '54905', + '1973': '61467', + '1974': '66711', + '1975': '71094', + '1976': '73363', + '1977': '72044', + '1978': '75091', + '1979': '76204', + '1980': '79855', + '1981': '80915', + '1982': '81947', + '1983': '83005', + '1984': '84015', + '1985': '84921', + '1986': '85733', + '1987': '86498', + '1988': '87230', + '1989': '87965', + '1990': '91160', + '1991': '92529', + '1992': '93936', + '1993': '95290', + '1994': '96515', + '1995': '97507', + '1996': '98277', + '1997': '99010', + '1998': '99649', + '1999': '100159', + '2000': '100587', + '2001': '100749', + '2002': '100953', + '2003': '101183', + '2004': '101374', + '2005': '101582', + '2006': '101718', + '2007': '101896', + '2008': '102154', + '2009': '102355', + '2010': '102500', + '2011': '102619', + '2012': '102694', + '2013': '102717', + '2014': '102720', + '2015': '102701', + '2016': '102651', + '2017': '102551', + CountryName: 'Virgin Islands (U.S.)', + Region: 'Americas', + ImageURL: 'https://public.flourish.studio/country-flags/svg/vi.svg' + }, + { + '1960': '', + '1961': '', + '1962': '', + '1963': '', + '1964': '', + '1965': '', + '1966': '', + '1967': '', + '1968': '', + '1969': '', + '1970': '', + '1971': '', + '1972': '', + '1973': '', + '1974': '', + '1975': '', + '1976': '', + '1977': '', + '1978': '', + '1979': '', + '1980': '', + '1981': '', + '1982': '', + '1983': '', + '1984': '', + '1985': '', + '1986': '', + '1987': '', + '1988': '', + '1989': '', + '1990': '1339452', + '1991': '1411345', + '1992': '1486950', + '1993': '1566383', + '1994': '1649878', + '1995': '1737611', + '1996': '1829843', + '1997': '1926689', + '1998': '1985912', + '1999': '2043664', + '2000': '2103044', + '2001': '2164070', + '2002': '2226847', + '2003': '2291359', + '2004': '2357720', + '2005': '2425915', + '2006': '2496025', + '2007': '2568140', + '2008': '2650903', + '2009': '2736791', + '2010': '2825894', + '2011': '2920980', + '2012': '3019757', + '2013': '3121417', + '2014': '3225864', + '2015': '3332881', + '2016': '3442258', + '2017': '3555465', + CountryName: 'West Bank and Gaza', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ps.svg' + }, + { + '1960': '470664', + '1961': '497591', + '1962': '526135', + '1963': '556370', + '1964': '588370', + '1965': '622268', + '1966': '658271', + '1967': '696651', + '1968': '737290', + '1969': '779616', + '1970': '823777', + '1971': '856749', + '1972': '890678', + '1973': '926917', + '1974': '967526', + '1975': '1013948', + '1976': '1067260', + '1977': '1127286', + '1978': '1193823', + '1979': '1265762', + '1980': '1342643', + '1981': '1424421', + '1982': '1511985', + '1983': '1605284', + '1984': '1704328', + '1985': '1809354', + '1986': '1924572', + '1987': '2053761', + '1988': '2193613', + '1989': '2349018', + '1990': '2523659', + '1991': '2720854', + '1992': '2939357', + '1993': '3172942', + '1994': '3412376', + '1995': '3640187', + '1996': '3853032', + '1997': '4060067', + '1998': '4265279', + '1999': '4475208', + '2000': '4695154', + '2001': '4926165', + '2002': '5167774', + '2003': '5419996', + '2004': '5682846', + '2005': '5955876', + '2006': '6240241', + '2007': '6536575', + '2008': '6845303', + '2009': '7166799', + '2010': '7501290', + '2011': '7848984', + '2012': '8209828', + '2013': '8583158', + '2014': '8967058', + '2015': '9360649', + '2016': '9763156', + '2017': '10174671', + CountryName: 'Yemen, Rep.', + Region: 'Asia', + ImageURL: 'https://public.flourish.studio/country-flags/svg/ye.svg' + }, + { + '1960': '552487', + '1961': '595111', + '1962': '641150', + '1963': '692846', + '1964': '760165', + '1965': '832839', + '1966': '911290', + '1967': '995787', + '1968': '1087208', + '1969': '1186232', + '1970': '1266829', + '1971': '1348908', + '1972': '1436892', + '1973': '1530527', + '1974': '1629833', + '1975': '1734414', + '1976': '1844398', + '1977': '1959813', + '1978': '2081307', + '1979': '2209423', + '1980': '2344797', + '1981': '2428785', + '1982': '2509987', + '1983': '2592639', + '1984': '2675627', + '1985': '2758089', + '1986': '2840010', + '1987': '2921482', + '1988': '3002484', + '1989': '3083016', + '1990': '3163300', + '1991': '3212589', + '1992': '3255309', + '1993': '3297925', + '1994': '3342446', + '1995': '3390221', + '1996': '3441885', + '1997': '3496981', + '1998': '3553822', + '1999': '3610318', + '2000': '3665076', + '2001': '3788660', + '2002': '3944965', + '2003': '4106317', + '2004': '4273875', + '2005': '4448571', + '2006': '4630790', + '2007': '4820726', + '2008': '5019893', + '2009': '5229298', + '2010': '5450680', + '2011': '5684648', + '2012': '5932013', + '2013': '6192359', + '2014': '6464271', + '2015': '6747273', + '2016': '7041054', + '2017': '7346373', + CountryName: 'Zambia', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/zm.svg' + }, + { + '1960': '472468', + '1961': '496270', + '1962': '523204', + '1963': '561146', + '1964': '601709', + '1965': '644773', + '1966': '690528', + '1967': '739175', + '1968': '791074', + '1969': '845606', + '1970': '898591', + '1971': '955456', + '1972': '1016386', + '1973': '1080922', + '1974': '1148663', + '1975': '1215307', + '1976': '1284118', + '1977': '1355385', + '1978': '1430794', + '1979': '1512619', + '1980': '1602697', + '1981': '1701543', + '1982': '1809079', + '1983': '1932155', + '1984': '2063525', + '1985': '2200562', + '1986': '2343238', + '1987': '2491436', + '1988': '2643488', + '1989': '2797468', + '1990': '2951881', + '1991': '3105552', + '1992': '3258168', + '1993': '3374241', + '1994': '3483496', + '1995': '3592172', + '1996': '3701048', + '1997': '3809730', + '1998': '3917525', + '1999': '4023161', + '2000': '4125987', + '2001': '4225519', + '2002': '4323307', + '2003': '4356041', + '2004': '4381920', + '2005': '4413845', + '2006': '4452539', + '2007': '4497911', + '2008': '4550222', + '2009': '4609702', + '2010': '4676094', + '2011': '4749752', + '2012': '4830153', + '2013': '4915898', + '2014': '5009411', + '2015': '5109528', + '2016': '5215921', + '2017': '5328745', + CountryName: 'Zimbabwe', + Region: 'Africa', + ImageURL: 'https://public.flourish.studio/country-flags/svg/zw.svg' + } +]; + +const startYear = 1960; +const endYear = 2017; +const yearsArray: string[] = []; + +export const yearsData: Map = new Map(); +export const countryImage: Map = new Map(); + +for (let year = startYear; year <= endYear; year++) { + yearsArray.push(`${year}`); +} + +rawData.forEach(line => { + const { CountryName, ImageURL, Region } = line; + if (!countryImage.has(CountryName)) { + countryImage.set(CountryName, ImageURL); + } + for (let i = 0; i < yearsArray.length; i++) { + const Year = yearsArray[i]; + const country_year_data = { + Year, + CountryName, + Region, + Value: line[Year] + }; + if (!yearsData.has(Year)) { + yearsData.set(Year, []); + } + yearsData.get(Year).push(country_year_data); + } +}); diff --git a/packages/vchart-extension/__tests__/runtime/browser/index.html b/packages/vchart-extension/__tests__/runtime/browser/index.html new file mode 100644 index 0000000000..11613fbcc0 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/index.html @@ -0,0 +1,18 @@ + + + + + + + Document + + + +
+
+
+ +
+ + + diff --git a/packages/vchart-extension/__tests__/runtime/browser/index.page.ts b/packages/vchart-extension/__tests__/runtime/browser/index.page.ts new file mode 100644 index 0000000000..80d2b97e47 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/index.page.ts @@ -0,0 +1,7 @@ +/** + * !important: 本地调试应该修改 local 文件内容 + */ + +// import VChart from '../../../src'; +import './index.page.local'; +// window['VChart'] = VChart; diff --git a/packages/vchart-extension/__tests__/runtime/browser/scripts/index.page.local.template.ts b/packages/vchart-extension/__tests__/runtime/browser/scripts/index.page.local.template.ts new file mode 100644 index 0000000000..a0c6299886 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/scripts/index.page.local.template.ts @@ -0,0 +1,3 @@ +/** 在此文件中进行本地调试 */ + +// import './test-page/line'; diff --git a/packages/vchart-extension/__tests__/runtime/browser/scripts/initVite.ts b/packages/vchart-extension/__tests__/runtime/browser/scripts/initVite.ts new file mode 100644 index 0000000000..5f7c1adf1e --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/scripts/initVite.ts @@ -0,0 +1,30 @@ +/** + * 初始化 vite 相关配置 + */ +import fs from 'fs'; +import path from 'path'; + +const PROJECT_ROOT = process.cwd(); +const browserPath = `${PROJECT_ROOT}/__tests__/runtime/browser`; +// 初始化 vite 自定义配置 +(() => { + const localFileList: [string, () => string][] = [ + [ + path.resolve(browserPath, 'vite.config.local.ts'), + () => fs.readFileSync(browserPath + '/scripts/vite.config.local.template.ts', 'utf-8') + ], + [ + path.resolve(browserPath, 'index.page.local.ts'), + () => fs.readFileSync(browserPath + '/scripts/index.page.local.template.ts', 'utf-8') + ] + ]; + for (const [localFile, getLocalTemplate] of localFileList) { + if (!fs.existsSync(localFile)) { + fs.writeFileSync(localFile, getLocalTemplate()); + } + } +})(); + +console.warn(`\x1B[33m + vite 即将启动,本地配置可在 ${browserPath}/vite.config.local.ts 中修改 +\x1B[0m`); diff --git a/packages/vchart-extension/__tests__/runtime/browser/scripts/vite.config.local.template.ts b/packages/vchart-extension/__tests__/runtime/browser/scripts/vite.config.local.template.ts new file mode 100644 index 0000000000..8bb5f42ace --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/scripts/vite.config.local.template.ts @@ -0,0 +1,6 @@ +/** 在此文件中修改本地vite配置 */ + +export default { + // 启动端口 + port: 5000 +}; diff --git a/packages/vchart-extension/__tests__/runtime/browser/test-page/.gitignore b/packages/vchart-extension/__tests__/runtime/browser/test-page/.gitignore new file mode 100644 index 0000000000..3f8df9ffc2 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/test-page/.gitignore @@ -0,0 +1 @@ +*.private.ts diff --git a/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts b/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts new file mode 100644 index 0000000000..10b5379173 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts @@ -0,0 +1,76 @@ +import { registerRankingBarChart } from './../../../../src/ranking-bar/ranking-bar'; +import { yearsData, countryImage } from './../data/ranking-bar'; +import { VChart } from '@visactor/vchart'; + +const allData: any[] = []; +yearsData.forEach(value => { + allData.push(...value); +}); + +const spec = { + type: 'rankingBar', + data: allData, + timeField: 'Year', + xField: 'Value', + yField: 'CountryName', + icon: Array.from(countryImage).reduce((obj: any, [key, value]) => { + obj[key] = value; + return obj; + }, {}), + // iconPosition: 'bar-end', + // duration: 30000, + interval: 400, + // iconShape: 'rect', + // iconPosition: 'axis', + color: { + China: 'red', + USA: 'rgb(0,43,127)', + India: '#FF9933', + Russia: '#D52B1E', + Japan: 'rgb(79,66,95)', + Brazil: ' #009B3A', + Mexico: 'rgb(1,101,69)', + Indonesia: '#CE1126', + Italy: '#009246', + UK: 'rgb(27,63,126)', + Germany: '#000000', + France: '#0055A4', + Pakistan: '#006600', + Nigeria: '#008000' + }, + nameLabel: { + visible: true, + position: 'bar-start', + style: { + // fill: 'white' + } + }, + timeLabel: { + // visible: false + }, + yAxis: { + // domainLine: { + // stroke: 'red', + // lineWidth: 10 + // } + } +}; + +const run = () => { + registerRankingBarChart(); + const cs = new VChart(spec, { + dom: document.getElementById('chart') as HTMLElement, + //theme: 'dark', + onError: err => { + console.error(err); + } + }); + console.time('renderTime'); + + cs.renderSync(); + + console.timeEnd('renderTime'); + window['vchart'] = cs; + console.log(cs); +}; +run(); diff --git a/packages/vchart-extension/__tests__/runtime/browser/vite.config.js b/packages/vchart-extension/__tests__/runtime/browser/vite.config.js new file mode 100644 index 0000000000..ad4c250691 --- /dev/null +++ b/packages/vchart-extension/__tests__/runtime/browser/vite.config.js @@ -0,0 +1,51 @@ +import * as path from 'path'; +import localConf from './vite.config.local'; +import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'; +import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill'; +import rollupNodePolyFill from 'rollup-plugin-node-polyfills'; + +export default { + server: { + host: '0.0.0.0', + port: localConf.port || 3000, + https: !!process.env.HTTPS, + open: true + }, + define: { + __DEV__: true, + __VERSION__: JSON.stringify(require('../../../package.json').version) + }, + optimizeDeps: { + esbuildOptions: { + // Node.js global to browser globalThis + define: { + global: 'globalThis' + }, + // Enable esbuild polyfill plugins + plugins: [ + NodeGlobalsPolyfillPlugin({ + process: true, + buffer: true + }), + NodeModulesPolyfillPlugin() + ] + } + }, + build: { + rollupOptions: { + plugins: [ + // Enable rollup polyfills plugin + // used during production bundling + rollupNodePolyFill() + ] + } + }, + resolve: { + ...localConf?.resolve, + alias: { + ...localConf?.resolve?.alias, + '@visactor/vutils-extension': path.resolve(__dirname, '../../../../vutils-extension/src/index.ts'), + '@visactor/vchart': path.resolve(__dirname, '../../../../vchart/src/index.ts') + } + } +}; diff --git a/packages/vchart-extension/bundler.config.js b/packages/vchart-extension/bundler.config.js new file mode 100644 index 0000000000..c1e9284fd4 --- /dev/null +++ b/packages/vchart-extension/bundler.config.js @@ -0,0 +1,60 @@ +const fs = require('fs'); +const path = require('path'); +const { visualizer } = require('rollup-plugin-visualizer'); +const gzipPlugin = require('rollup-plugin-gzip').default; +const sizes = require('rollup-plugin-sizes'); +const bundleSize = require('rollup-plugin-bundle-size'); + +const bundle_analyze_mode = process.env.BUNDLE_ANALYZE; +const umdInput = 'index.ts'; +const umdOutput = 'index'; + +const plugins = bundle_analyze_mode + ? [ + visualizer({ + open: true, + gzipSize: true, + emitFile: true, + filename: `stats-${bundle_analyze_mode}`, + template: 'treemap' + }), + gzipPlugin({ + filter: /\.(js)$/ + }), + bundleSize(), + sizes() + ] + : []; + +/** + * @type {import('@internal/bundler').Config} + */ +module.exports = { + name: 'VChartExtension', + formats: ['es', 'cjs', 'umd'], + outputDir: { + es: 'esm', + cjs: 'cjs', + umd: 'build' + }, + input: { + umd: umdInput + }, + umdOutputFilename: umdOutput, + noEmitOnError: false, + envs: { + __DEV__: JSON.stringify(process.env.NODE_ENV !== 'production') + }, + rollupOptions: { + plugins + }, + globals: { + // '@visactor/vrender': 'VRender' + }, + external: [ + // '@visactor/vrender' + ], + postTasks: { + + } +}; diff --git a/packages/vchart-extension/package.json b/packages/vchart-extension/package.json new file mode 100644 index 0000000000..5a341db8f0 --- /dev/null +++ b/packages/vchart-extension/package.json @@ -0,0 +1,53 @@ +{ + "name": "@visactor/vchart-extension", + "version": "0.0.1", + "description": "", + "sideEffects": false, + "main": "cjs/index.js", + "module": "es/index.js", + "types": "es/index.d.ts", + "files": [ + "cjs", + "es", + "dist" + ], + "scripts": { + "compile": "tsc --noEmit", + "eslint": "eslint --debug --fix src/", + "build": "bundle", + "build:umd": "bundle --clean -f umd", + "start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser" + }, + "dependencies": { + "@visactor/vchart": "workspace:1.11.0", + "@visactor/vrender-core": "0.19.0", + "@visactor/vrender-kits": "0.19.0", + "@visactor/vutils": "~0.18.6" + }, + "devDependencies": { + "@internal/bundler": "workspace:*", + "@internal/eslint-config": "workspace:*", + "@internal/ts-config": "workspace:*", + "@rushstack/eslint-patch": "~1.1.4", + "@types/node": "*", + "@types/offscreencanvas": "2019.6.4", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "@types/react": "^18.0.0", + "@types/react-dom": "^18.0.0", + "@vitejs/plugin-react": "3.1.0", + "eslint": "~8.18.0", + "vite": "3.2.6", + "typescript": "4.9.5", + "ts-node": "10.9.0", + "ts-loader": "8.0.2", + "jest": "^26.0.0", + "canvas": "2.11.2", + "rollup-plugin-node-polyfills": "0.2.1", + "rollup-plugin-visualizer": "5.9.2", + "rollup-plugin-gzip": "3.1.0", + "rollup-plugin-bundle-size": "1.0.3", + "rollup-plugin-sizes": "1.0.5", + "rollup": "3.20.5" + } +} diff --git a/packages/vchart-extension/rollup.config.js b/packages/vchart-extension/rollup.config.js new file mode 100644 index 0000000000..25dfa2c4ad --- /dev/null +++ b/packages/vchart-extension/rollup.config.js @@ -0,0 +1,68 @@ +import { defineConfig } from 'rollup'; +import replace from '@rollup/plugin-replace'; + +import { terser } from 'rollup-plugin-terser'; +import resolve from '@rollup/plugin-node-resolve'; +import babel from '@rollup/plugin-babel'; +import commonjs from '@rollup/plugin-commonjs'; +import typescript from '@rollup/plugin-typescript'; +import pkg from './package.json'; + +function getPlugins( + options = { + es5: true, + tsconfig: {}, + hasTerser: true, + hasVisualizer: false + } +) { + const { es5, hasTerser, tsconfig } = options; + const result = [ + resolve(), + commonjs(), + babel({ + presets: es5 ? [['@babel/preset-env']] : undefined, + babelHelpers: es5 ? 'runtime' : 'bundled', + plugins: es5 ? [['@babel/transform-runtime']] : undefined, + compact: false + }), + typescript({ + tsconfig: './tsconfig.json', + target: es5 ? 'es5' : 'es6', + downlevelIteration: es5 ? true : false, + ...tsconfig + }), + replace({ + __VERSION__: JSON.stringify(pkg.version) + }) + ]; + hasTerser && result.push(terser()); + return result; +} + +let options = defineConfig([ + { + input: './src/index.ts', + output: [ + { + name: 'VChartExtension', + format: 'umd', + exports: 'named', + dir: './build/es5' + } + ], + plugins: [ + ...getPlugins({ + es5: true, + tsconfig: { + outDir: './build/es5' + // declaration: true, + // declarationDir: './build/es5' + }, + hasTerser: true + }) + ] + } +]); + +export default options; diff --git a/packages/vchart-extension/src/global.d.ts b/packages/vchart-extension/src/global.d.ts new file mode 100644 index 0000000000..415c2c8274 --- /dev/null +++ b/packages/vchart-extension/src/global.d.ts @@ -0,0 +1 @@ +declare const __VERSION__: string; diff --git a/packages/vchart-extension/src/index.ts b/packages/vchart-extension/src/index.ts new file mode 100644 index 0000000000..d7e4bdb5d6 --- /dev/null +++ b/packages/vchart-extension/src/index.ts @@ -0,0 +1 @@ +export * from './ranking-bar/ranking-bar'; diff --git a/packages/vchart-extension/src/ranking-bar/interface.ts b/packages/vchart-extension/src/ranking-bar/interface.ts new file mode 100644 index 0000000000..f1d57771fd --- /dev/null +++ b/packages/vchart-extension/src/ranking-bar/interface.ts @@ -0,0 +1,58 @@ +import type { ILineGraphicAttribute, ITextGraphicAttribute } from '@visactor/vrender-core'; + +export type IRankingBarData = any[]; + +export interface IPlayConfig { + interval?: number; // 单位毫秒 +} + +export interface IRankingBarSpec extends IPlayConfig { + type: string; + data: IRankingBarData; + + timeField: string; + xField: string; + yField: string; + + topN?: number; + + bar?: { + padding?: number; + cornerRadius?: number; + }; + + color?: Record; + + icon?: Record; + + iconPosition?: 'bar-end' | 'bar-start' | 'axis'; + + iconShape?: 'circle' | 'rect'; + + background?: string; + + label?: { + visible?: boolean; + style?: ITextGraphicAttribute; + }; + + nameLabel?: ITextGraphicAttribute & { + visible?: boolean; + position?: 'bar-end' | 'bar-start'; + style?: ITextGraphicAttribute; + }; + + timeLabel?: ITextGraphicAttribute; + + xAxis?: { + label?: ITextGraphicAttribute; + domainLine?: ILineGraphicAttribute; + grid?: ILineGraphicAttribute; + }; + + yAxis?: { + label?: ITextGraphicAttribute; + domainLine?: ILineGraphicAttribute; + grid?: ILineGraphicAttribute; + }; +} diff --git a/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts b/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts new file mode 100644 index 0000000000..32d14c2fc3 --- /dev/null +++ b/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts @@ -0,0 +1,381 @@ +import type { IRankingBarSpec } from './interface'; +import type { ICartesianAxisSpec, ICommonChartSpec, ILabelSpec } from '@visactor/vchart'; +import { BaseChartSpecTransformer } from '@visactor/vchart'; +import { isValid } from '@visactor/vutils'; + +export class RankingBarChartSpecTransformer extends BaseChartSpecTransformer { + transformSpec(spec: T): void { + const { timeData, timeNodes } = processData(spec as unknown as IRankingBarSpec); + const { + interval: userInterval, + xField, + yField, + color, + icon, + iconPosition, + iconShape, + timeLabel, + label, + nameLabel, + xAxis, + yAxis + } = spec as unknown as IRankingBarSpec; + + const interval = userInterval ? userInterval : 1000; + const exchangeDuration = Math.min(interval, 500); + + spec.type = 'common'; + spec.data = [ + { + id: 'timeData', + values: timeData.get(timeNodes[0]) + }, + { + id: 'time', + values: [{ time: timeNodes[0] }] + } + ]; + + // @ts-ignore FIXME: type definition + spec.color = { + specified: { + ...color + } + }; + spec.region = [{ clip: true }]; + spec.series = [ + { + type: 'bar', + id: 'ranking-bar', + dataId: 'timeData', + direction: 'horizontal', + yField, + xField, + seriesField: yField, + extensionMark: [], + label: labelSpec(label, { ...nameLabel, yField }, { interval, exchangeDuration }) as any + } + ]; + spec.axes = axisSpec(xAxis, yAxis); + spec.player = { + type: 'continuous', + auto: true, + loop: false, + interval, + specs: timeNodes.map(time => ({ + data: [ + { id: 'timeData', values: timeData.get(time) }, + { id: 'time', values: [{ time }] } + ] + })) + }; + spec.tooltip = { visible: false }; + spec.customMark = []; + + transformAnimationSpec(spec, { interval, exchangeDuration }); + + if (!timeLabel || timeLabel.visible !== false) { + spec.customMark.push(timeLabelSpec() as any); + } + if (icon) { + const icon = iconSpec(iconPosition, iconShape, { interval, exchangeDuration }); + spec.series[0].extensionMark.push(icon as any); + } + + super.transformSpec(spec); + } +} + +export function processData(spec: IRankingBarSpec) { + const { xField, yField, timeField, data, topN = 10, icon } = spec; + + // 数据处理 + const timeNodes = new Set(); + const timeData = new Map(); + + data.sort((d1, d2) => Number(d2[xField]) - Number(d1[xField])); + + data.forEach(d => { + const time = d[timeField]; + if (isValid(time)) { + timeNodes.add(time); + } + if (!timeData.has(time)) { + timeData.set(time, []); + } + const currentData = timeData.get(time); + if (currentData.length < topN) { + const _d = { ...d }; + if (icon && icon[_d[yField]]) { + _d['icon'] = icon[_d[yField]]; + } + currentData.push(_d); + } + }); + + return { timeData, timeNodes: Array.from(timeNodes).sort() }; +} + +function transformAnimationSpec( + spec: ICommonChartSpec, + { interval, exchangeDuration }: { interval: number; exchangeDuration: number } +) { + // @ts-ignore FIXME: type definition + (spec as any).animationAppear = false; + (spec as any).animationUpdate = { + bar: [ + { + type: 'update', + options: { excludeChannels: ['y'] }, + easing: 'linear', + duration: interval + }, + { + channel: ['y'], + easing: 'circInOut', + duration: exchangeDuration + } + ], + axis: { + duration: interval, + easing: 'linear' + } + }; + (spec as any).animationEnter = { + bar: [ + { + type: 'moveIn', + duration: exchangeDuration, + easing: 'cubicInOut', + options: { + direction: 'y', + orient: 'negative', + point: (datum: any, element: any, param: any) => { + return { + y: param.groupHeight + element.getBounds().height() + }; + } + } + } + ] + }; + (spec as any).animationExit = { + bar: [ + { + type: 'moveOut', + duration: exchangeDuration, + easing: 'cubicInOut', + options: { + direction: 'y', + orient: 'negative' + } + } + ] + }; +} + +function labelSpec( + label: IRankingBarSpec['label'] = {}, + nameLabel: IRankingBarSpec['nameLabel'] & { yField: string }, + { interval, exchangeDuration }: any +) { + const spec: ILabelSpec[] = []; + + if (label.visible !== false) { + spec.push({ + visible: true, + overlap: false, + style: { + // @ts-ignore + fill: `rgb(64, 64, 64)`, + ...label.style + }, + smartInvert: { + fillStrategy: label.style?.fill ? 'null' : undefined, + strokeStrategy: label.style?.stroke ? 'null' : undefined + }, + animationUpdate: [ + { + duration: exchangeDuration, + easing: 'cubicInOut', + channel: ['y'] + }, + { + options: { excludeChannels: ['y'] }, + easing: 'linear', + duration: interval + } + ] + }); + } + + if (nameLabel.visible) { + spec.push({ + visible: true, + overlap: false, + // @ts-ignore + style: { + ...nameLabel.style + }, + smartInvert: { + fillStrategy: nameLabel.style?.fill ? 'null' : undefined, + strokeStrategy: nameLabel.style?.stroke ? 'null' : undefined + }, + position: nameLabel.position === 'bar-end' ? 'inside-right' : 'inside-left', + formatter: `{${nameLabel.yField}}`, + animationUpdate: customMarkUpdateAnimation(interval, exchangeDuration) + }); + } + + return spec; +} + +function axisSpec(xAxis: IRankingBarSpec['xAxis'] = {}, yAxis: IRankingBarSpec['yAxis'] = {}) { + const leftAxis: ICartesianAxisSpec = { + orient: 'left', + type: 'band', + inverse: true, + // @ts-ignore FIXME: type definition + label: { style: yAxis.label }, + domainLine: { style: yAxis.domainLine }, + // @ts-ignore FIXME: type definition + grid: { style: yAxis.grid } + }; + const bottomAxis: ICartesianAxisSpec = { + orient: 'bottom', + type: 'linear', + nice: false, + animation: true, + // @ts-ignore FIXME: type definition + label: { style: xAxis.label }, + domainLine: { style: xAxis.domainLine }, + // @ts-ignore FIXME: type definition + grid: { style: xAxis.grid }, + // @ts-ignore FIXME: type definition + innerOffset: { right: '10%' } + }; + + if (xAxis.label) { + bottomAxis.label = xAxis.label; + } + return [leftAxis, bottomAxis]; +} + +function timeLabelSpec() { + return { + type: 'text', + dataId: 'time', + style: { + textBaseline: 'bottom', + fontSize: 200, + textAlign: 'end', + fontWeight: 600, + text: (datum: any) => datum.time, + x: (datum: any, ctx: any) => { + return ctx.vchart.getChart().getCanvasRect()?.width - 50; + }, + y: (datum: any, ctx: any) => { + return ctx.vchart.getChart().getCanvasRect()?.height - 80; + }, + fill: 'grey', + fillOpacity: 0.5 + } + }; +} + +function iconSpec( + iconPosition: IRankingBarSpec['iconPosition'] = 'bar-end', + iconShape: IRankingBarSpec['iconShape'] = 'circle', + { interval, exchangeDuration }: any +) { + return { + type: 'symbol', + dataId: 'timeData', + style: { + symbolType: iconShape, + stroke: 'white', + lineWidth: 1, + size: (data: any, ctx: any) => { + const vchart = ctx.vchart; + const series = vchart.getChart()?.getSeriesInIndex(0)[0]; + if (vchart && series) { + const bandwidth = series.getYAxisHelper().getBandwidth(0) ?? 0; + return Math.max(bandwidth - 4, 0); + } + return 10; + }, + background: (data: any) => data.icon, + // globalZIndex 有bug,会有动画闪烁和报错 + // globalZIndex: 1, // 否则会被 region 区域 clip + x: (data: any, ctx: any) => { + const vchart = ctx.vchart; + const series = vchart.getChart()?.getSeriesInIndex(0)[0]; + if (vchart && series) { + const bandwidth = series.getYAxisHelper().getBandwidth(0) ?? 0; + if (iconPosition === 'bar-start') { + return bandwidth / 2; + } else if (iconPosition === 'axis') { + return -bandwidth / 2; + } else { + return series.dataToPositionX(data) - bandwidth / 2; + } + } + return undefined; + }, + y: (data: any, ctx: any) => { + const vchart = ctx.vchart; + const series = vchart.getChart()?.getSeriesInIndex(0)[0]; + if (vchart && series) { + const bandwidth = series.getYAxisHelper().getBandwidth(0) ?? 0; + return series.dataToPositionY(data) + bandwidth / 2; + } + return undefined; + }, + scaleY: iconShape === 'rect' ? 1.2 : 1 + }, + animationUpdate: customMarkUpdateAnimation(interval, exchangeDuration), + animationEnter: [ + { + type: 'moveIn', + duration: exchangeDuration, + easing: 'cubicInOut', + options: { + direction: 'y', + orient: 'negative', + point: (datum: any, element: any, param: any) => { + return { + y: param.groupHeight + element.getBounds().height() + }; + } + } + } + ], + animationExit: [ + { + type: 'moveOut', + duration: exchangeDuration, + easing: 'cubicInOut', + options: { + direction: 'y', + orient: 'negative' + } + } + ] + }; +} + +function customMarkUpdateAnimation(duration: number, exchangeDuration: number) { + return [ + { + duration: exchangeDuration, + easing: 'cubicInOut', + channel: ['y'] + }, + { + options: { excludeChannels: ['y'] }, + channel: ['x', 'x2', 'x1'], + easing: 'linear', + duration + } + ]; +} diff --git a/packages/vchart-extension/src/ranking-bar/ranking-bar.ts b/packages/vchart-extension/src/ranking-bar/ranking-bar.ts new file mode 100644 index 0000000000..1df74d952c --- /dev/null +++ b/packages/vchart-extension/src/ranking-bar/ranking-bar.ts @@ -0,0 +1,38 @@ +import { IRankingBarSpec } from './interface'; +import { BaseChart, VChart } from '@visactor/vchart'; +import { RankingBarChartSpecTransformer } from './ranking-bar-transformer'; + +export class RankingBar extends BaseChart> { + type = 'rankingBar'; + static type = 'rankingBar'; + static readonly view: string = 'singleDefault'; + + declare _spec: IRankingBarSpec; + + static readonly transformerConstructor = RankingBarChartSpecTransformer; + readonly transformerConstructor = RankingBarChartSpecTransformer; + + init() { + if (!this.isValid()) { + return; + } + super.init(); + } + + protected isValid() { + const { xField, yField, timeField, data } = this._spec; + if (!xField || !yField || !timeField) { + this._option.onError?.('Missing Required Config: `xField`, `yField`, `timeField` '); + return false; + } + if (!data) { + this._option.onError?.('Data is required'); + return false; + } + return true; + } +} + +export const registerRankingBarChart = () => { + VChart.useChart([RankingBar]); +}; diff --git a/packages/vchart-extension/src/type/index.ts b/packages/vchart-extension/src/type/index.ts new file mode 100644 index 0000000000..6b43e940b6 --- /dev/null +++ b/packages/vchart-extension/src/type/index.ts @@ -0,0 +1 @@ +export * from '../ranking-bar/interface'; diff --git a/packages/vchart-extension/src/type/type.ts b/packages/vchart-extension/src/type/type.ts new file mode 100644 index 0000000000..61278f45e0 --- /dev/null +++ b/packages/vchart-extension/src/type/type.ts @@ -0,0 +1,9 @@ +import type { IStage } from '@visactor/vrender-core'; + +export type IContext = { + dom: string | HTMLElement; + width: number; + height: number; + stage: IStage; + canvas: HTMLCanvasElement; +}; diff --git a/packages/vchart-extension/tsconfig.eslint.json b/packages/vchart-extension/tsconfig.eslint.json new file mode 100644 index 0000000000..7ceb1e5cb8 --- /dev/null +++ b/packages/vchart-extension/tsconfig.eslint.json @@ -0,0 +1,10 @@ +{ + "extends": "@internal/ts-config/tsconfig.base.json", + "compilerOptions": { + "types": ["jest", "offscreencanvas", "node"], + "lib": ["DOM", "ESNext"], + "baseUrl": "./", + "rootDir": "./" + }, + "include": ["src", "__tests__"] +} diff --git a/packages/vchart-extension/tsconfig.json b/packages/vchart-extension/tsconfig.json new file mode 100644 index 0000000000..85e7a9b3af --- /dev/null +++ b/packages/vchart-extension/tsconfig.json @@ -0,0 +1,15 @@ +{ + "extends": "@internal/ts-config/tsconfig.base.json", + "compilerOptions": { + "types": ["jest", "offscreencanvas", "node"], + "baseUrl": "./", + "rootDir": "./src" + }, + "ts-node": { + "transpileOnly": true, + "compilerOptions": { + "module": "commonjs" + } + }, + "include": ["src"] +} diff --git a/packages/vchart/src/index.ts b/packages/vchart/src/index.ts index c177a366f3..3a5c48a3dd 100644 --- a/packages/vchart/src/index.ts +++ b/packages/vchart/src/index.ts @@ -6,6 +6,7 @@ export * from './core'; // chart model for extension export * from './chart'; +export * from './chart/base'; export * from './series'; export * from './mark'; export * from './component'; diff --git a/rush.json b/rush.json index 04333bea41..ee6bd5120f 100644 --- a/rush.json +++ b/rush.json @@ -19,6 +19,11 @@ }, "allowedProjectTags": ["tool", "share", "package", "doc"], "projects": [ + { + "packageName": "@visactor/vchart-extension", + "projectFolder": "packages/vchart-extension", + "shouldPublish": false + }, { "packageName": "@visactor/vchart", "projectFolder": "packages/vchart", @@ -120,4 +125,4 @@ "shouldPublish": false } ] -} +} \ No newline at end of file From fa5267bf6c5a70a3ab061d7392a2a73236c902b5 Mon Sep 17 00:00:00 2001 From: xiaoluoHe Date: Mon, 3 Jun 2024 16:37:26 +0800 Subject: [PATCH 2/4] fix: remove outdated comment --- .../src/ranking-bar/ranking-bar-transformer.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts b/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts index 32d14c2fc3..e830067d67 100644 --- a/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts +++ b/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts @@ -120,7 +120,6 @@ function transformAnimationSpec( spec: ICommonChartSpec, { interval, exchangeDuration }: { interval: number; exchangeDuration: number } ) { - // @ts-ignore FIXME: type definition (spec as any).animationAppear = false; (spec as any).animationUpdate = { bar: [ @@ -235,10 +234,8 @@ function axisSpec(xAxis: IRankingBarSpec['xAxis'] = {}, yAxis: IRankingBarSpec[' orient: 'left', type: 'band', inverse: true, - // @ts-ignore FIXME: type definition label: { style: yAxis.label }, domainLine: { style: yAxis.domainLine }, - // @ts-ignore FIXME: type definition grid: { style: yAxis.grid } }; const bottomAxis: ICartesianAxisSpec = { @@ -246,12 +243,9 @@ function axisSpec(xAxis: IRankingBarSpec['xAxis'] = {}, yAxis: IRankingBarSpec[' type: 'linear', nice: false, animation: true, - // @ts-ignore FIXME: type definition label: { style: xAxis.label }, domainLine: { style: xAxis.domainLine }, - // @ts-ignore FIXME: type definition grid: { style: xAxis.grid }, - // @ts-ignore FIXME: type definition innerOffset: { right: '10%' } }; From ef23fb035d95b6affe6d9eebd564a7546599898f Mon Sep 17 00:00:00 2001 From: xiaoluoHe Date: Mon, 3 Jun 2024 16:41:14 +0800 Subject: [PATCH 3/4] feat: timeLabel support style config --- .../__tests__/runtime/browser/test-page/ranking-bar.ts | 9 ++++++--- packages/vchart-extension/src/ranking-bar/interface.ts | 5 ++++- .../src/ranking-bar/ranking-bar-transformer.ts | 8 +++++--- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts b/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts index 10b5379173..f415e34e8c 100644 --- a/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts +++ b/packages/vchart-extension/__tests__/runtime/browser/test-page/ranking-bar.ts @@ -38,6 +38,12 @@ const spec = { Pakistan: '#006600', Nigeria: '#008000' }, + timeLabel: { + // visible: false, + style: { + fill: 'red' + } + }, nameLabel: { visible: true, position: 'bar-start', @@ -45,9 +51,6 @@ const spec = { // fill: 'white' } }, - timeLabel: { - // visible: false - }, yAxis: { // domainLine: { // stroke: 'red', diff --git a/packages/vchart-extension/src/ranking-bar/interface.ts b/packages/vchart-extension/src/ranking-bar/interface.ts index f1d57771fd..2ac7d21543 100644 --- a/packages/vchart-extension/src/ranking-bar/interface.ts +++ b/packages/vchart-extension/src/ranking-bar/interface.ts @@ -42,7 +42,10 @@ export interface IRankingBarSpec extends IPlayConfig { style?: ITextGraphicAttribute; }; - timeLabel?: ITextGraphicAttribute; + timeLabel?: { + visible?: boolean; + style?: ITextGraphicAttribute; + }; xAxis?: { label?: ITextGraphicAttribute; diff --git a/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts b/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts index e830067d67..7aaed6cc3f 100644 --- a/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts +++ b/packages/vchart-extension/src/ranking-bar/ranking-bar-transformer.ts @@ -1,5 +1,6 @@ import type { IRankingBarSpec } from './interface'; import type { ICartesianAxisSpec, ICommonChartSpec, ILabelSpec } from '@visactor/vchart'; +import type { ITextGraphicAttribute } from '@visactor/vrender-core'; import { BaseChartSpecTransformer } from '@visactor/vchart'; import { isValid } from '@visactor/vutils'; @@ -75,7 +76,7 @@ export class RankingBarChartSpecTransformer extends transformAnimationSpec(spec, { interval, exchangeDuration }); if (!timeLabel || timeLabel.visible !== false) { - spec.customMark.push(timeLabelSpec() as any); + spec.customMark.push(timeLabelSpec(timeLabel.style) as any); } if (icon) { const icon = iconSpec(iconPosition, iconShape, { interval, exchangeDuration }); @@ -255,7 +256,7 @@ function axisSpec(xAxis: IRankingBarSpec['xAxis'] = {}, yAxis: IRankingBarSpec[' return [leftAxis, bottomAxis]; } -function timeLabelSpec() { +function timeLabelSpec(textStyle: ITextGraphicAttribute = {}) { return { type: 'text', dataId: 'time', @@ -272,7 +273,8 @@ function timeLabelSpec() { return ctx.vchart.getChart().getCanvasRect()?.height - 80; }, fill: 'grey', - fillOpacity: 0.5 + fillOpacity: 0.5, + ...textStyle } }; } From 26411b5b033b7f4c6089f170dd524cb1326f476d Mon Sep 17 00:00:00 2001 From: xiaoluoHe Date: Mon, 3 Jun 2024 16:41:42 +0800 Subject: [PATCH 4/4] feat: update vchart-extension dependency --- common/config/rush/pnpm-lock.yaml | 16 ++++++++-------- packages/vchart-extension/package.json | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 98a07c04b6..ad5a3df7b0 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -477,10 +477,10 @@ importers: '@types/offscreencanvas': 2019.6.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vchart': workspace:1.11.0 - '@visactor/vrender-core': 0.19.0 - '@visactor/vrender-kits': 0.19.0 - '@visactor/vutils': ~0.18.6 + '@visactor/vchart': workspace:1.11.2 + '@visactor/vrender-core': 0.19.6 + '@visactor/vrender-kits': 0.19.6 + '@visactor/vutils': ~0.18.9 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 eslint: ~8.18.0 @@ -499,9 +499,9 @@ importers: vite: 3.2.6 dependencies: '@visactor/vchart': link:../vchart - '@visactor/vrender-core': 0.19.0 - '@visactor/vrender-kits': 0.19.0 - '@visactor/vutils': 0.18.6 + '@visactor/vrender-core': 0.19.6 + '@visactor/vrender-kits': 0.19.6 + '@visactor/vutils': 0.18.9 devDependencies: '@internal/bundler': link:../../tools/bundler '@internal/eslint-config': link:../../share/eslint-config @@ -13839,7 +13839,7 @@ packages: jest: ^24.0.0 dependencies: electron: 11.5.0 - jest: 26.6.3 + jest: 26.6.3_xxvpynkn5i4ehycnunrxxsezu4 jest-haste-map: 24.9.0 jest-message-util: 24.9.0 jest-mock: 24.9.0 diff --git a/packages/vchart-extension/package.json b/packages/vchart-extension/package.json index 5a341db8f0..3c3d47c5ed 100644 --- a/packages/vchart-extension/package.json +++ b/packages/vchart-extension/package.json @@ -19,10 +19,10 @@ "start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser" }, "dependencies": { - "@visactor/vchart": "workspace:1.11.0", - "@visactor/vrender-core": "0.19.0", - "@visactor/vrender-kits": "0.19.0", - "@visactor/vutils": "~0.18.6" + "@visactor/vchart": "workspace:1.11.2", + "@visactor/vrender-core": "0.19.6", + "@visactor/vrender-kits": "0.19.6", + "@visactor/vutils": "~0.18.9" }, "devDependencies": { "@internal/bundler": "workspace:*",