So this is what I\'m doing:
selection = canvas.selectAll(\"circle\").data(mydata) selection.enter().append(\"circle\") selection
I figured it out, apparently ids can't start with a number.