--- id: 5d8a4cfbe6b6180ed9a1ca19 title: Step 60 challengeType: 0 dashedName: step-60 --- # --description-- Use your `instagramLine` variable and your data to set the `d` attribute for this path like you did for the other two. # --hints-- test-text ```js assert($('svg path')[4].getAttribute('d').length === 171); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```