I know in d3.js that .call(d3.drag() typically follows with 3 .ons.
.call(d3.drag()
.on
.on(\'start\', (d)=>{...})
.on(\'dr