Hierarchy for D3.js
- d3 - D3.js namespace object, providing bootstrapping and common methods.
- EnterSelection - Array of placeholder items with special D3 methods.
- Selection - Array of DOM elements with special D3 methods.
- Transition - A special type of selection where the operators apply smoothly over time rather than instantaneously.