From ebec82a4b1e73ebcefedb82f3bcaa5902b9d0039 Mon Sep 17 00:00:00 2001 From: mlabouardy Date: Sun, 12 May 2019 00:01:16 +0200 Subject: [PATCH] fix hover on map --- dashboard/src/app/compute/gcp/gcp.component.ts | 6 +++--- dashboard/src/app/dashboard/aws/aws.component.ts | 6 +++--- dashboard/src/app/dashboard/gcp/gcp.component.ts | 6 +++--- dashboard/src/app/security/aws/aws.component.ts | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dashboard/src/app/compute/gcp/gcp.component.ts b/dashboard/src/app/compute/gcp/gcp.component.ts index ddfe2774e..eb660e650 100644 --- a/dashboard/src/app/compute/gcp/gcp.component.ts +++ b/dashboard/src/app/compute/gcp/gcp.component.ts @@ -316,7 +316,7 @@ export class GcpComputeComponent implements OnInit, AfterViewInit { , stroke: "#fafafa" } , attrsHover: { - fill: "#59d05d" + fill: "#FBAD4B" } , text: { attrs: { @@ -345,7 +345,7 @@ export class GcpComputeComponent implements OnInit, AfterViewInit { label: "< 1", max: "0", attrs: { - fill: "#4B5F91" + fill: "#36A2EB" }, legendSpecificAttrs: { r: 25 @@ -355,7 +355,7 @@ export class GcpComputeComponent implements OnInit, AfterViewInit { min: "1", max: "50000", attrs: { - fill: "#59D05D" + fill: "#87CB14" }, legendSpecificAttrs: { r: 25 diff --git a/dashboard/src/app/dashboard/aws/aws.component.ts b/dashboard/src/app/dashboard/aws/aws.component.ts index f71267b80..facf2b1db 100644 --- a/dashboard/src/app/dashboard/aws/aws.component.ts +++ b/dashboard/src/app/dashboard/aws/aws.component.ts @@ -263,7 +263,7 @@ export class AwsDashboardComponent implements OnInit, AfterViewInit { , stroke: "#fafafa" } , attrsHover: { - fill: "#59d05d" + fill: "#FBAD4B" } , text: { attrs: { @@ -292,7 +292,7 @@ export class AwsDashboardComponent implements OnInit, AfterViewInit { label: "< 1", max: "0", attrs: { - fill: "#4B5F91" + fill: "#36A2EB" }, legendSpecificAttrs: { r: 25 @@ -302,7 +302,7 @@ export class AwsDashboardComponent implements OnInit, AfterViewInit { min: "1", max: "50000", attrs: { - fill: "#59D05D" + fill: "#87CB14" }, legendSpecificAttrs: { r: 25 diff --git a/dashboard/src/app/dashboard/gcp/gcp.component.ts b/dashboard/src/app/dashboard/gcp/gcp.component.ts index 58da3e5b1..ca62bf62b 100644 --- a/dashboard/src/app/dashboard/gcp/gcp.component.ts +++ b/dashboard/src/app/dashboard/gcp/gcp.component.ts @@ -237,7 +237,7 @@ export class GcpDashboardComponent implements OnInit, AfterViewInit { , stroke: "#fafafa" } , attrsHover: { - fill: "#59d05d" + fill: "#FBAD4B" } , text: { attrs: { @@ -266,7 +266,7 @@ export class GcpDashboardComponent implements OnInit, AfterViewInit { label: "< 1", max: "0", attrs: { - fill: "#4B5F91" + fill: "#36A2EB" }, legendSpecificAttrs: { r: 25 @@ -276,7 +276,7 @@ export class GcpDashboardComponent implements OnInit, AfterViewInit { min: "1", max: "50000", attrs: { - fill: "#59D05D" + fill: "#87CB14" }, legendSpecificAttrs: { r: 25 diff --git a/dashboard/src/app/security/aws/aws.component.ts b/dashboard/src/app/security/aws/aws.component.ts index 4ad27a781..70624fcfc 100644 --- a/dashboard/src/app/security/aws/aws.component.ts +++ b/dashboard/src/app/security/aws/aws.component.ts @@ -178,7 +178,7 @@ export class AwsSecurityComponent implements OnInit, AfterViewInit { , stroke: "#fafafa" } , attrsHover: { - fill: "#59d05d" + fill: "#FBAD4B" } , text: { attrs: { @@ -207,7 +207,7 @@ export class AwsSecurityComponent implements OnInit, AfterViewInit { label: "< 1", max: "0", attrs: { - fill: "#4B5F91" + fill: "#36A2EB" }, legendSpecificAttrs: { r: 25 @@ -217,7 +217,7 @@ export class AwsSecurityComponent implements OnInit, AfterViewInit { min: "1", max: "50000", attrs: { - fill: "#59D05D" + fill: "#87CB14" }, legendSpecificAttrs: { r: 25