--- title: Select a Group of Elements with D3 --- # Select a Group of Elements with D3 --- ## Hints ### Hint 1 Use the ``` selectAll() ``` method and chain it with the ``` text() ``` method. --- ## Solutions
Solution 1 (Click to Show/Hide) ```html ```