Skip to content

Commit

Permalink
mise à jour fichier général
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinegateau committed Jun 15, 2021
1 parent f871f32 commit 5c9bc6c
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions src/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,50 +449,31 @@ export class MapComponent implements AfterViewInit {
{
singularState: 'registered',
pluralState: 'registered',
count: 1500,
count: 5000,
color: '#527EDB',
bullet: '<span style="color: #527EDB; font-size: 14px"> &#9711; </span>'
},
{
singularState: 'initializing',
pluralState: 'initializing',
count: 1500,
count: 3000,
color: '#527EDB',
bullet: '<span style="color: #527EDB; font-size: 20px"> &#9678; </span>'
},
{
singularState: 'initialized',
pluralState: 'initialized',
bullet: '<span style="color: #527EDB; font-size: 24px"> &#10687; </span>',
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: '<span class= "iotmap-icons-assistance" style="color: #32C832; font-size: 16px"></span>'
},
{
singularState: 'error',
pluralState: 'errors',
count: 1000,
color: '#CD3C14'
},
{
singularState: 'deactivated',
pluralState: 'deactivated',
count: 1000,
color: '#CCCCCC'
}]
}
];
Expand Down

0 comments on commit 5c9bc6c

Please sign in to comment.