-
I'm kind of confused about how I'm supposed to import the D3 sankey component in Framework, since I don't need to import the entirety of D3; and if I understand things correctly, doing so wouldn't actually import the sankey diagram anyway. As always, I'm sure this would be obvious to people with a better understanding of JavaScript! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
Fil
Mar 19, 2025
Replies: 1 comment 14 replies
-
Here's how I do it https://observablehq.observablehq.cloud/pangea/d3/sankey |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
Fil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's how I do it https://observablehq.observablehq.cloud/pangea/d3/sankey
(click on the top right icon to get to the source)