--- id: 587d7faa367417b2b2512bd4 title: Add a Hover Effect to a D3 Element required: - src: 'https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js' challengeType: 6 videoUrl: '' localeTitle: '' --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert($("rect").attr("class") == "bar", "Your rect elements should have a class of bar.");' ```
## Challenge Seed
```html ```
## Solution
```js // solution required ```