smarter order in legend list
This commit is contained in:
parent
8521f9b4f1
commit
1c210fb8d6
@ -174,8 +174,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
title: 'Planning applications',
|
||||
elements: [
|
||||
{ color: '#53f5dd', text: 'Submitted' },
|
||||
{ color: '#16cf15', text: 'Approved' },
|
||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||
{ color: '#16cf15', text: 'Approved' },
|
||||
{ color: '#e31d23', text: 'Rejected' },
|
||||
{ color: '#999999', text: 'Withdrawn' },
|
||||
{ color: '#eacad0', text: 'Other' },
|
||||
|
Loading…
Reference in New Issue
Block a user