I often see .datum when an area chart is used. For example:
.datum
svg = d3.select(\"#viz\").append(\"svg\").datum(data)
Are there any
A very good tutorial with example is here. http://bost.ocks.org/mike/selection/#data