--- id: 5d8a4cfbe6b6180ed9a1ca0c title: Part 47 challengeType: 0 --- ## Description
The first line is created and ready to be displayed, which will take a couple steps. On a new line, `append` a `path` element to your `lineGraph` variable. This is similar to how you appended the `g` before.
## Instructions
## Tests
```yml tests: - text: test-text testString: assert($('svg path').length === 3 && /lineGraph\.append\((`|'|")path\1\)/gi.test(code)); ```
## Challenge Seed
```html ```
### Before Test
```html D3 Dashboard
```
## Solution
```html ```