Skip to content

Commit

Permalink
Update sankey.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Franri3008 committed Dec 13, 2024
1 parent ad3dd9d commit 4823c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sankey.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"EU27+UK+EFTA": "#800000"
};

const domainColorScale = d3.scaleSequential(d3.interpolate("#515A5A", "#515A5A"))
const domainColorScale = d3.scaleSequential(d3.interpolate("#A7A7A7", "#A7A7A7"))
.domain([0, 5]);

const tooltip = d3.select("body").append("div")
Expand Down

0 comments on commit 4823c2f

Please sign in to comment.