//simple example of the topoJSON Datum
var geo = d3_rs_geo.html();
d3.select('body')
.datum({ url: 'https://static.redsift.io/thirdparty/topojson/examples/world-50m.json' }) //world topoJSON
.call(geo);
View Compiled