Javascript – how to create d3.js bar chart as a Svelte component and bind d3 to SVG properly?
I have a focus/context bar chart that I created in d3. I want to put it in Svelte so that I can use it as a component. But I'm getting stuck figuring out how to bind the elements created in…