Hello, I'm a newcomer to the world of JS/D3.js and seeking assistance. My goal is to design a simple sankey diagram using Gerardo's fork of d3.v5 at https://bl.ocks.org/GerardoFurtado/ff2096ed1aa29bb74fa151a39e9c1387. However, when attempting to execute the same script provided, I encounter an error:
"Uncaught TypeError: sankey.link is not a function"
I'm somewhat perplexed. After examining the most recent version of d3-sankey, it appears that the function in question is missing. Could this be because it belongs to a previous variant of d3-sankey? If so, what should I use as an alternative now?"