Home »
MCQs »
D3.js MCQs
Which method is used to associate data with certain components?
23. Which method is used to associate data with certain components?
- D3.data()
- D3.dataAttr
- D3.database
- None
Answer: A) D3.data()
Explanation:
D3.data() method is used to associate data with certain components.