--- id: 5d8a4cfbe6b6180ed9a1ca16 title: Step 57 challengeType: 0 dashedName: step-57 --- # --description-- Appropriately set the `x` values for `instagramLine` like you did for the other two lines. # --hints-- test-text ```js assert( /const instagramLine = d3\.line\(\)\s*\.x\s*\(\s*d\s*=>\s*xScale\s*\(\s*d\.year\s*\)\s*\)/g.test( code ) ); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```