--- id: 5d8a4cfbe6b6180ed9a1ca18 title: Part 59 challengeType: 0 dashedName: part-59 --- # --description-- On a new line, `append` a new `path` for the Instagram line like you did for the other two lines. # --hints-- test-text ```js assert( $('svg path').length === 5 && code.match(/lineGraph\.append\((`|'|")path\1\)/gi).length === 3 ); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```