Skip to content

Commit

Permalink
add sort for street art layer filter and update its colors
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiPrudnikov committed Aug 28, 2024
1 parent 14ee74f commit af1ff01
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions state/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,14 @@ export const defaultSources: InputSloySource[] = [
id: 'doc_name',
title: 'Фестиваль',
values: {
'Карт Бланш': { color: '#40E0D0' },
ЧО: { color: '#EE82EE' },
Заходи: { color: '#7FFF00' },
'Граффити-арт': { color: '#FF1493' },
PublicArtFestival: { color: '#FFD700' },
Стенограффия: { color: '#FF7F50' },
'Zabroska 2023-2024': { color: '#4169E1' },
Разное: { color: '#00FF7F' },
'Карт Бланш': { color: '#00b4ff' },
ЧО: { color: '#ffd400' },
Заходи: { color: '#5820e4' },
'Граффити-арт': { color: '#f758b6' },
PublicArtFestival: { color: '#00b400' },
Стенограффия: { color: '#86e621' },
'Zabroska 2023-2024': { color: '#e63223' },
Разное: { color: '#ff640a' },
},
},
],
Expand Down Expand Up @@ -1191,6 +1191,7 @@ export const defaultLayers: InputSloyLayer[] = [
postfix: 'шт.',
totalHeader: 'count',
totalType: 'percent',
sortType: 'count',
},
],
visualizations: [
Expand Down

1 comment on commit af1ff01

@ekbdev
Copy link

@ekbdev ekbdev commented on af1ff01 Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for map ready!

✅ Preview
https://map-gh9yxiz9x-ekbdevs-projects.vercel.app
https://ekbdev-map-add-street-art-layer.vercel.app

Built with commit af1ff01.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.