Skip to content

Commit

Permalink
feat(report component): color changes to the pie chart
Browse files Browse the repository at this point in the history
Color changes to the pie chart to easily distinguish between severities

fix #487
  • Loading branch information
waterweasel4 committed Dec 10, 2020
1 parent f2aea10 commit 707271e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/app/report/report.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ export class ReportComponent implements OnInit {
{
data: [infoVulns, lowVulns, mediumVulns, highVulns, criticalVulns],
backgroundColor: [
'#157a6e',
'#499f68',
'#77B28C',
'#fec601',
'#ae0a0a',
'#205493',
'#2e8540',
'#fdb81e',
'#981b1e',
'#e31c3d',
],
hoverBackgroundColor: [
'#157a6e',
Expand Down

0 comments on commit 707271e

Please sign in to comment.