How do I display nodes as different symbols in d3.js\'s force-directed library? I wanted to implement something similar to what I wrote below:
var node =
Use d3.svg.symbol, as in the force-directed symbols example.