Update age legend labels
This commit is contained in:
parent
78315ed986
commit
63c6c77796
@ -46,16 +46,16 @@ const LEGEND_CONFIG = {
|
||||
title: 'Age',
|
||||
elements: [
|
||||
{ color: '#f0eaba', text: '≥2000' },
|
||||
{ color: '#fae269', text: '1980–2000' },
|
||||
{ color: '#fbaf27', text: '1960–1980' },
|
||||
{ color: '#e6711d', text: '1940–1960' },
|
||||
{ color: '#d73d3a', text: '1920–1940' },
|
||||
{ color: '#8F5385', text: '1900–1920' },
|
||||
{ color: '#56619B', text: '1880–1900' },
|
||||
{ color: '#5591d4', text: '1860–1880' },
|
||||
{ color: '#6793B2', text: '1840–1860' },
|
||||
{ color: '#83c3b3', text: '1800–1840' },
|
||||
{ color: '#adc88f', text: '1700–1800' },
|
||||
{ color: '#fae269', text: '1980–1999' },
|
||||
{ color: '#fbaf27', text: '1960–1979' },
|
||||
{ color: '#e6711d', text: '1940–1959' },
|
||||
{ color: '#d73d3a', text: '1920–1939' },
|
||||
{ color: '#8F5385', text: '1900–1919' },
|
||||
{ color: '#56619B', text: '1880–1899' },
|
||||
{ color: '#5591d4', text: '1860–1879' },
|
||||
{ color: '#6793B2', text: '1840–1859' },
|
||||
{ color: '#83c3b3', text: '1800–1839' },
|
||||
{ color: '#adc88f', text: '1700–1799' },
|
||||
{ color: '#ffffff', border: '1px solid #888888', text: '<1700' },
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user