From 5c9bc6cc28f295e027aaacc91d856664ed16e98f Mon Sep 17 00:00:00 2001 From: BRKP5614 Date: Tue, 15 Jun 2021 16:25:20 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20fichier=20g=C3=A9n=C3=A9?= =?UTF-8?q?ral?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/map/map.component.ts | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/src/map/map.component.ts b/src/map/map.component.ts index 2327c4cb..71f566f4 100644 --- a/src/map/map.component.ts +++ b/src/map/map.component.ts @@ -449,14 +449,14 @@ export class MapComponent implements AfterViewInit { { singularState: 'registered', pluralState: 'registered', - count: 1500, + count: 5000, color: '#527EDB', bullet: '' }, { singularState: 'initializing', pluralState: 'initializing', - count: 1500, + count: 3000, color: '#527EDB', bullet: '' }, @@ -464,35 +464,16 @@ export class MapComponent implements AfterViewInit { singularState: 'initialized', pluralState: 'initialized', bullet: ' ⦿ ', - count: 3000, + count: 2000, color: '#527EDB' }, { singularState: 'activated', pluralState: 'activated', - count: 3000, + count: 2000, color: '#32C832', url: 'http://www.orange.fr/fdsfsdf', urlTarget: '_blank' - }, - { - singularState: 'reactivated', - pluralState: 'reactivated', - count: 1000, - color: '#32C832', - bullet: '' - }, - { - singularState: 'error', - pluralState: 'errors', - count: 1000, - color: '#CD3C14' - }, - { - singularState: 'deactivated', - pluralState: 'deactivated', - count: 1000, - color: '#CCCCCC' }] } ];