--- id: 587d7faa367417b2b2512bd3 title: Style D3 Labels 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($("text").css("fill") == "rgb(255, 0, 0)", "The labels should all have a fill color of red.");' - text: '' testString: 'assert($("text").css("font-size") == "25px", "The labels should all have a font-size of 25 pixels.");' ```
## Challenge Seed
```html ```
## Solution
```js // solution required ```