Home »
MCQs »
D3.js MCQs
Which method is used in the creation of a new dragging?
22. Which method is used in the creation of a new dragging?
- D3.newdrag()
- D3.drag()
- D3.new()
- D3.dragging()
Answer: B) D3.drag()
Explanation:
D3.drag() method is used in the creation of a new dragging.