Skip to content

Commit

Permalink
Adding 20th color
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Jul 7, 2023
1 parent 1c97a28 commit 1133284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minerva_analysis/server/models/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ def get_color_scheme(datasource_name):

colors = ["#44ea17", "#FF0000", "#dc31b0", "#bc3f3b", "#563cd3", "#040ee8", "#fff070", "#02531d", "#fbacf6",
"#683c00", "#54d7eb", "#be29ff", "#11e38c", "#830c6f", "#aee39a", "#2c457d", "#fea27a", "#3295e9",
"#ead624"] # Tonsil
"#ead624", "#00FFFF"] # Tonsil

# colors = ["#563cd3", "#aaec32", "#dc31b0", "#44ea17", "#be29ff", "#2626ff", "#040ee8", "#02531d", "#fbacf6",
# "#683c00", "#54d7eb", "#bc3f3b", "#11e38c", "#830c6f", "#aee39a", "#2c457d", "#fea27a", "#3295e9",
Expand Down

0 comments on commit 1133284

Please sign in to comment.