Skip to content

Commit

Permalink
Merge pull request #1075 from fedspendingtransparency/dev-release
Browse files Browse the repository at this point in the history
Release 6.0.4 - Merging fix for CG-1541
  • Loading branch information
anjenkin authored Aug 29, 2019
2 parents 8e787f7 + 6e6da94 commit fda2756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/ffg/deficit/countryComparison.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions citizens-guide/src/deficit/countries/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ const spendingConfig = {
title: 'Federal Deficit Country Comparison',
desc: 'While the U.S. had the largest deficit in 2017 of $666 billion, the deficit as a percent of gross domestic product was smaller for the U.S. than other countries like China, Japan, and India. Of the five largest countries in terms of federal revenue and spending, four of them had a deficit in 2017: $666 billion (3.4% of its gross domestic product) for the United States, $513 billion (4.3%) for China, $224 billion (4.6%) for Japan, and $69 billion (2.7%) for France. Germany was the only country of the five with a surplus in 2017 of $25 billion or 0.7% of gross domestic product.'
},
amountField: 'surplus_deficit',
amountField: 'deficit_usd',
amountInverse: true,
gdpField: 'surplus_deficit_gdp',
gdpField: 'deficit_gdp',
amountLabel: 'Deficit',
negativeAmountLabel: 'Surplus',
sourceFields: ['spending_source', 'gdp_source'],
sourceFields: ['deficit_source_url_name', 'gdp_source'],
primaryColor: colors.colorDeficitPrimary,
negativeValueColor: colors.colorDeficitSurplus,
chapter: 'deficit',
Expand Down

0 comments on commit fda2756

Please sign in to comment.