Skip to content

Commit

Permalink
More contrast colors for Floors level
Browse files Browse the repository at this point in the history
  • Loading branch information
Omelekhin committed Jan 11, 2024
1 parent 2af7223 commit 8780d58
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions features/Buildings/Houses.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export const AGE_FILTERS_DATA: HistogramDataWithoutValues = [
];

export const FLOOR_FILTERS_DATA: HistogramDataWithoutValues = [
{ from: 1, to: 3, color: '#006adb' },
{ from: 3, to: 5, color: '#0084e2' },
{ from: 5, to: 9, color: '#009ee1' },
{ from: 9, to: 12, color: '#00b7d9' },
{ from: 12, to: 16, color: '#00cfc5' },
{ from: 16, to: 21, color: '#00e7a3' },
{ from: 21, to: 25, color: '#72f674' },
{ from: 25, to: 31, color: '#c0fc49' },
{ from: 31, to: 52, color: '#ffea00' },
{ from: 1, to: 3, color: '#0050f0' },
{ from: 3, to: 5, color: '#0074e5' },
{ from: 5, to: 9, color: '#0095ce' },
{ from: 9, to: 12, color: '#00b49e' },
{ from: 12, to: 16, color: '#5dca13' },
{ from: 16, to: 21, color: '#93d800' },
{ from: 21, to: 25, color: '#b9e500' },
{ from: 25, to: 31, color: '#dcf300' },
{ from: 31, to: 52, color: '#ffff00' },
];

export const WEAR_TEAR_FILTERS_DATA: HistogramDataWithoutValues = [
Expand Down

1 comment on commit 8780d58

@ekbdev
Copy link

@ekbdev ekbdev commented on 8780d58 Jan 11, 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-g52eyf83e-ekbdev.vercel.app
https://ekbdev-map-floor-filter-colors.vercel.app

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

Please sign in to comment.