Skip to content

Commit

Permalink
Merge pull request #151 from AUS-DOH-Safety-and-Quality/nhs-colour-de…
Browse files Browse the repository at this point in the history
…faults

Update outlier highlighting colours to match new standards
  • Loading branch information
andrjohns authored Mar 11, 2024
2 parents 4a60abc + 110e944 commit 7e42353
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/defaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ const defaultSettings = {
process_flag_type: { default: "both", valid: ["both", "improvement", "deterioration"]},
improvement_direction: { default: "increase", valid: ["increase", "neutral", "decrease"]},
three_sigma: { default: false },
three_sigma_colour_improvement: { default: "#289DE0" },
three_sigma_colour_deterioration: { default: "#FAB428" },
three_sigma_colour_neutral_low: { default: "#361475" },
three_sigma_colour_neutral_high: { default: "#361475" },
three_sigma_colour_improvement: { default: "#00B0F0" },
three_sigma_colour_deterioration: { default: "#E46C0A" },
three_sigma_colour_neutral_low: { default: "#490092" },
three_sigma_colour_neutral_high: { default: "#490092" },
two_sigma: { default: false },
two_sigma_colour_improvement: { default: "#289DE0" },
two_sigma_colour_deterioration: { default: "#FAB428" },
two_sigma_colour_neutral_low: { default: "#361475" },
two_sigma_colour_neutral_high: { default: "#361475" }
two_sigma_colour_improvement: { default: "#00B0F0" },
two_sigma_colour_deterioration: { default: "#E46C0A" },
two_sigma_colour_neutral_low: { default: "#490092" },
two_sigma_colour_neutral_high: { default: "#490092" }
}
}

Expand Down

0 comments on commit 7e42353

Please sign in to comment.