I\'m trying to access the cx & cy attributes of some specific svg circles which i have already drawn to the screen using d3.js\'s .data() function, can anyone help out? The
The simplest here is to give each node a unique id and then select the node with the target id to run your transformation.