Skip to content

Commit 74f2cc5

Browse files
committed
Adjust colors on pulse report
1 parent 405af20 commit 74f2cc5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

web-ui/src/pages/PulseReportPage.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -468,15 +468,15 @@ const PulseReportPage = () => {
468468
};
469469

470470
const dataInfo = [
471-
{key: "internalVeryDissatisfied", stackId: "internal", color: ociDarkBlue, },
472-
{key: "internalDissatisfied", stackId: "internal", color: pSBC(.05, ociDarkBlue), },
473-
{key: "internalNeutral", stackId: "internal", color: pSBC(.10, ociDarkBlue), },
474-
{key: "internalSatisfied", stackId: "internal", color: pSBC(.15, ociDarkBlue), },
475-
{key: "internalVerySatisfied", stackId: "internal", color: pSBC(.2, ociDarkBlue), },
476-
{key: "externalVeryDissatisfied", stackId: "external", color: pSBC(-.8, ociOrange), },
477-
{key: "externalDissatisfied", stackId: "external", color: pSBC(-.6, ociOrange), },
478-
{key: "externalNeutral", stackId: "external", color: pSBC(-.4, ociOrange), },
479-
{key: "externalSatisfied", stackId: "external", color: pSBC(-.2, ociOrange), },
471+
{key: "internalVeryDissatisfied", stackId: "internal", color: pSBC(-.9, ociDarkBlue), },
472+
{key: "internalDissatisfied", stackId: "internal", color: pSBC(-.75, ociDarkBlue), },
473+
{key: "internalNeutral", stackId: "internal", color: pSBC(-.5, ociDarkBlue), },
474+
{key: "internalSatisfied", stackId: "internal", color: pSBC(-.25, ociDarkBlue), },
475+
{key: "internalVerySatisfied", stackId: "internal", color: ociDarkBlue, },
476+
{key: "externalVeryDissatisfied", stackId: "external", color: pSBC(-.9, ociOrange), },
477+
{key: "externalDissatisfied", stackId: "external", color: pSBC(-.75, ociOrange), },
478+
{key: "externalNeutral", stackId: "external", color: pSBC(-.5, ociOrange), },
479+
{key: "externalSatisfied", stackId: "external", color: pSBC(-.25, ociOrange), },
480480
{key: "externalVerySatisfied", stackId: "external", color: ociOrange, },
481481
];
482482

0 commit comments

Comments
 (0)