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 @@
// Colors for threat categories, Needs to be updated with CSS for text legend
const categoryColors = {
'Climate and weather': '#c29fcd',
'Exploitation': '#d38884',
'Habitat': '#dab589',
'Invasive species': '#729C9D',
'Pollution': '#899bb7'
'Climate and weather': '#899bb7',
'Fishing pressure': '#c29fcd',
'Habitat': '#729C9D',
'Invasive species': '#d38884',
'Pollution': '#dab589'
};
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