Home »
MCQs »
D3.js MCQs
With D3.js, you may acquire the Mouse position by using the ____ method
26. With D3.js, you may acquire the Mouse position by using the ____ method.
- d3.position()
- d3.mousepos()
- d3.mouse()
Answer: C) d3.mouse()
Explanation:
With D3.js, you may acquire the Mouse position by using the d3.mouse() method.