More verbose legend as requested

This commit is contained in:
Mateusz Konieczny 2022-10-31 12:34:44 +01:00
parent 0ba4d4f734
commit ce339ea339

View File

@ -173,7 +173,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
legend: { legend: {
title: 'Planning applications', title: 'Planning applications',
elements: [ elements: [
{ color: '#53f5dd', text: 'Submitted' }, { color: '#53f5dd', text: 'Submitted, awaiting decision' },
{ color: '#fff200', text: 'Appeal In Progress' }, { color: '#fff200', text: 'Appeal In Progress' },
{ color: '#16cf15', text: 'Approved' }, { color: '#16cf15', text: 'Approved' },
{ color: '#e31d23', text: 'Rejected' }, { color: '#e31d23', text: 'Rejected' },