Skip to content

Commit

Permalink
Adjusts color scheme for increased contrast of ring colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bocytko committed Dec 21, 2022
1 parent f7bd38a commit b8f4f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ radar_visualization({
{ name: "Top Right" }
],
rings: [
{ name: "INNER", color: "#93c47d" },
{ name: "SECOND", color: "#b7e1cd" },
{ name: "THIRD", color: "#fce8b2" },
{ name: "OUTER", color: "#f4c7c3" }
{ name: "INNER", color: "#5ba300" },
{ name: "SECOND", color: "#009eb0" },
{ name: "THIRD", color: "#c7ba00" },
{ name: "OUTER", color: "#e09b96" }
],
print_layout: true,
entries: [
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
{ name: "Data Management" },
],
rings: [
{ name: "ADOPT", color: "#93c47d" },
{ name: "TRIAL", color: "#93d2c2" },
{ name: "ASSESS", color: "#fbdb84" },
{ name: "HOLD", color: "#efafa9" }
{ name: "ADOPT", color: "#5ba300" },
{ name: "TRIAL", color: "#009eb0" },
{ name: "ASSESS", color: "#c7ba00" },
{ name: "HOLD", color: "#e09b96" }
],
print_layout: true,
// zoomed_quadrant: 0,
Expand Down

0 comments on commit b8f4f7c

Please sign in to comment.