mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-30 16:10:07 +00:00
This is specified in the d3 documentation : - append : https://github.com/mbostock/d3/wiki/Selections#append - insert : https://github.com/mbostock/d3/wiki/Selections#insert Also visible in the code : https://github.com/mbostock/d3/blob/master/d3.js#L802 and https://github.com/mbostock/d3/blob/master/d3.js#L818