Skip to content

Commit

Permalink
Merge pull request #72 from mlabouardy/feature/gcp
Browse files Browse the repository at this point in the history
fix hover on map
  • Loading branch information
mlabouardy authored May 11, 2019
2 parents 58e6658 + ebec82a commit 41534b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dashboard/src/app/compute/gcp/gcp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export class GcpComputeComponent implements OnInit, AfterViewInit {
, stroke: "#fafafa"
}
, attrsHover: {
fill: "#59d05d"
fill: "#FBAD4B"
}
, text: {
attrs: {
Expand Down Expand Up @@ -345,7 +345,7 @@ export class GcpComputeComponent implements OnInit, AfterViewInit {
label: "< 1",
max: "0",
attrs: {
fill: "#4B5F91"
fill: "#36A2EB"
},
legendSpecificAttrs: {
r: 25
Expand All @@ -355,7 +355,7 @@ export class GcpComputeComponent implements OnInit, AfterViewInit {
min: "1",
max: "50000",
attrs: {
fill: "#59D05D"
fill: "#87CB14"
},
legendSpecificAttrs: {
r: 25
Expand Down
6 changes: 3 additions & 3 deletions dashboard/src/app/dashboard/aws/aws.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class AwsDashboardComponent implements OnInit, AfterViewInit {
, stroke: "#fafafa"
}
, attrsHover: {
fill: "#59d05d"
fill: "#FBAD4B"
}
, text: {
attrs: {
Expand Down Expand Up @@ -292,7 +292,7 @@ export class AwsDashboardComponent implements OnInit, AfterViewInit {
label: "< 1",
max: "0",
attrs: {
fill: "#4B5F91"
fill: "#36A2EB"
},
legendSpecificAttrs: {
r: 25
Expand All @@ -302,7 +302,7 @@ export class AwsDashboardComponent implements OnInit, AfterViewInit {
min: "1",
max: "50000",
attrs: {
fill: "#59D05D"
fill: "#87CB14"
},
legendSpecificAttrs: {
r: 25
Expand Down
6 changes: 3 additions & 3 deletions dashboard/src/app/dashboard/gcp/gcp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class GcpDashboardComponent implements OnInit, AfterViewInit {
, stroke: "#fafafa"
}
, attrsHover: {
fill: "#59d05d"
fill: "#FBAD4B"
}
, text: {
attrs: {
Expand Down Expand Up @@ -266,7 +266,7 @@ export class GcpDashboardComponent implements OnInit, AfterViewInit {
label: "< 1",
max: "0",
attrs: {
fill: "#4B5F91"
fill: "#36A2EB"
},
legendSpecificAttrs: {
r: 25
Expand All @@ -276,7 +276,7 @@ export class GcpDashboardComponent implements OnInit, AfterViewInit {
min: "1",
max: "50000",
attrs: {
fill: "#59D05D"
fill: "#87CB14"
},
legendSpecificAttrs: {
r: 25
Expand Down
6 changes: 3 additions & 3 deletions dashboard/src/app/security/aws/aws.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class AwsSecurityComponent implements OnInit, AfterViewInit {
, stroke: "#fafafa"
}
, attrsHover: {
fill: "#59d05d"
fill: "#FBAD4B"
}
, text: {
attrs: {
Expand Down Expand Up @@ -207,7 +207,7 @@ export class AwsSecurityComponent implements OnInit, AfterViewInit {
label: "< 1",
max: "0",
attrs: {
fill: "#4B5F91"
fill: "#36A2EB"
},
legendSpecificAttrs: {
r: 25
Expand All @@ -217,7 +217,7 @@ export class AwsSecurityComponent implements OnInit, AfterViewInit {
min: "1",
max: "50000",
attrs: {
fill: "#59D05D"
fill: "#87CB14"
},
legendSpecificAttrs: {
r: 25
Expand Down

0 comments on commit 41534b7

Please sign in to comment.