--- id: 5d8a4cfbe6b6180ed9a1ca36 title: Part 89 challengeType: 0 dashedName: part-89 --- # --description-- Set the `domain` of the scale to `data[8].followers`. This will be three items, one for each platform. # --hints-- test-text ```js assert( /const pieColors = d3\.scaleOrdinal\(\)\s*\.\s*domain\s*\(\s*data\s*\[\s*8\s*\]\s*\.\s*followers\s*\)/g.test( code ) ); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```