how to make the same graph and manually join your data array The first d3 tutorial people read will have them passing an array to .data() after selectAll-ing a bunch of DOM elements that don’t exist yet. from the getting started tutorial I used Since we know the selection is empty, the returned update and exit selections…