--- id: 5d8a4cfbe6b6180ed9a1ca18 title: Part 59 challengeType: 0 --- ## Description
On a new line, `append` a new `path` for the Instagram line like you did for the other two lines.
## Instructions
## Tests
```yml tests: - text: test-text testString: assert($('svg path').length === 5 && code.match(/lineGraph\.append\((`|'|")path\1\)/gi).length === 3); ```
## Challenge Seed
```html ```
### Before Test
```html D3 Dashboard
```
## Solution
```html ```