Skip to content
Snippets Groups Projects
Commit 61c94eb4 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

Update categories and colors

parent 58e947bb
No related branches found
No related tags found
1 merge request!90Update findex sankey
...@@ -53,11 +53,11 @@ ...@@ -53,11 +53,11 @@
// Colors for threat categories, Needs to be updated with CSS for text legend // Colors for threat categories, Needs to be updated with CSS for text legend
const categoryColors = { const categoryColors = {
'Climate and weather': '#c29fcd', 'Climate and weather': '#899bb7',
'Exploitation': '#d38884', 'Fishing pressure': '#c29fcd',
'Habitat': '#dab589', 'Habitat': '#729C9D',
'Invasive species': '#729C9D', 'Invasive species': '#d38884',
'Pollution': '#899bb7' 'Pollution': '#dab589'
}; };
onMounted(async () => { onMounted(async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment