--- id: 587d7fab367417b2b2512bd7 title: Create a Scatterplot with SVG Circles 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($("circle").length == 10, "Your code should have 10 circle elements.");' ```
## Challenge Seed
```html ```
## Solution
```js // solution required ```