Skip to content

Commit

Permalink
Re-add pop pct change choroplethconfig as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
godfreyyeung committed Oct 27, 2021
1 parent e11a1aa commit a5dbaf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/choropleth-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,16 @@ const choroplethConfigs = [
legendTitle: 'Hispanic (change)',
stops: ['#c81d00',-5000,'#f46c59',-1000,'#ffc0b4',-500,'#ffffff',500,'#b5d5e5',1000,'#0473ad',5000,'#0b5476'],
},
// Percent Change
// {
// group: 'Census',
// id: 'popu18_1_pc',
// label: 'Population (percent change)',
// tooltip: 'Percent change in population, 2010 to 2020',
// legendTitle: 'Population (percent change)',
// isPercent: true,
// stops: ['#ffc0b4',-5,'#ffffff', 5,'#b5d5e5',10,'#5fa4cb',15,'#0473ad',25,'#0b5476', 50,'#012661']
// },
// {
// group: 'Census',
// id: 'wnh_pc',
Expand Down

0 comments on commit a5dbaf4

Please sign in to comment.