--- id: 5d8a4cfbe6b6180ed9a1ca17 title: Step 58 challengeType: 0 dashedName: step-58 --- # --description-- Appropriately set the `y` values for `instagramLine` like you did for the other two lines. Use the Instagram followers data this time. # --hints-- test-text ```js assert( /\.y\s*\(\s*d\s*=>\s*yScale\s*\(\s*d\.followers.instagram\s*\)\s*\)/g.test( code ) ); ``` # --seed-- ## --before-user-code-- ```html