Update age legend labels

This commit is contained in:
Maciej Ziarkowski 2020-02-10 21:11:42 +00:00
parent 78315ed986
commit 63c6c77796

View File

@ -46,16 +46,16 @@ const LEGEND_CONFIG = {
title: 'Age',
elements: [
{ color: '#f0eaba', text: '≥2000' },
{ color: '#fae269', text: '19802000' },
{ color: '#fbaf27', text: '19601980' },
{ color: '#e6711d', text: '19401960' },
{ color: '#d73d3a', text: '19201940' },
{ color: '#8F5385', text: '19001920' },
{ color: '#56619B', text: '18801900' },
{ color: '#5591d4', text: '18601880' },
{ color: '#6793B2', text: '18401860' },
{ color: '#83c3b3', text: '18001840' },
{ color: '#adc88f', text: '17001800' },
{ color: '#fae269', text: '19801999' },
{ color: '#fbaf27', text: '19601979' },
{ color: '#e6711d', text: '19401959' },
{ color: '#d73d3a', text: '19201939' },
{ color: '#8F5385', text: '19001919' },
{ color: '#56619B', text: '18801899' },
{ color: '#5591d4', text: '18601879' },
{ color: '#6793B2', text: '18401859' },
{ color: '#83c3b3', text: '18001839' },
{ color: '#adc88f', text: '17001799' },
{ color: '#ffffff', border: '1px solid #888888', text: '<1700' },
]
},